Skip to content

Commit

Permalink
feat: Remove flowtype
Browse files Browse the repository at this point in the history
  • Loading branch information
robtarr committed Oct 30, 2020
1 parent 169ea29 commit 9a01c90
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
5 changes: 1 addition & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ module.exports = {
"plugins": [
"react",
"jsx-a11y",
"import",
"flowtype"
"import"
],
"env": {
"node": true,
Expand All @@ -14,8 +13,6 @@ module.exports = {
"rules": {
"react/jsx-filename-extension": [0, { "extensions": [".js", ".jsx"] }],
"react/require-extension": 0,
"flowtype/define-flow-type": 1,
"flowtype/use-flow-type": 1,
"arrow-body-style": [2, "as-needed"],
"react/no-did-mount-set-state": 0,
"import/no-mutable-exports": 0,
Expand Down
9 changes: 0 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-airbnb": "18.0.1",
"eslint-plugin-flowtype": "4.6.0",
"eslint-plugin-import": "2.20.0",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.17.0",
Expand Down

0 comments on commit 9a01c90

Please sign in to comment.