Skip to content

Commit

Permalink
chore(v2): rm flowtype (#1444)
Browse files Browse the repository at this point in the history
  • Loading branch information
endiliey authored May 9, 2019
1 parent c2ebde9 commit 56cd3a2
Show file tree
Hide file tree
Showing 18 changed files with 66 additions and 7,213 deletions.
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

0 comments on commit 56cd3a2

Please sign in to comment.