Skip to content

Commit

Permalink
chore(flow): remove flow type from project
Browse files Browse the repository at this point in the history
  • Loading branch information
John Persson committed Mar 8, 2018
1 parent af3da97 commit 36c22cc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"extends": [
"airbnb",
"plugin:flowtype/recommended"
],
"plugins": [
"jest",
"flowtype"
],
"settings": {
"import/extensions": [".js", ".jsx", ".scss"],
Expand All @@ -14,9 +12,6 @@
"config": "webpack.config.js"
}
},
"flowtype": {
"onlyFilesWithFlowAnnotation": false
}
},
"env" : {
"browser": true,
Expand Down
9 changes: 0 additions & 9 deletions .flowconfig

This file was deleted.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
"babel-loader": "^7.1.2",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"codecov": "^2.3.1",
Expand All @@ -94,12 +93,10 @@
"eslint": "^4.9.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jest": "^21.2.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"flow-bin": "^0.57.3",
"gh-pages": "^1.1.0",
"github-markdown-css": "^2.10.0",
"highlight.js": "^9.12.0",
Expand Down

0 comments on commit 36c22cc

Please sign in to comment.