Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(v2): rm flowtype #1444

Merged
merged 1 commit into from
May 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ jobs:
- run:
name: Check ESLint
command: yarn lint
- run:
name: Check Flow
command: yarn flow check
- run:
name: Check Prettier
command: yarn prettier:diff
Expand Down
2 changes: 0 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ scripts
packages/docusaurus-1.x/lib/core/metadata.js
packages/docusaurus-1.x/lib/core/MetadataBlog.js
packages/docusaurus-1.x/lib/core/__tests__/split-tab.test.js
packages/docusaurus-utils/lib
packages/docusaurus/lib
14 changes: 0 additions & 14 deletions .flowconfig

This file was deleted.

2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ yarn-error.log
build
.docusaurus
.cache-loader
packages/docusaurus-utils/lib
packages/docusaurus/lib/

3 changes: 0 additions & 3 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@ dist
node_modules
build
.docusaurus
packages/docusaurus-utils/lib
packages/docusaurus/lib
flow-typed
1 change: 0 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ module.exports = {
},
],
'@babel/react',
'@babel/preset-flow',
],
plugins: [
'@babel/plugin-proposal-class-properties',
Expand Down
10 changes: 0 additions & 10 deletions flow-typed/npm/escape-string-regexp_v1.x.x.js

This file was deleted.

Loading