diff --git a/index.js b/index.js index 0969cce..99274a2 100644 --- a/index.js +++ b/index.js @@ -4,8 +4,7 @@ module.exports = { "plugins": [ "react", "jsx-a11y", - "import", - "flowtype" + "import" ], "env": { "node": true, @@ -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, diff --git a/package-lock.json b/package-lock.json index 8fe3121..f78d9f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1093,15 +1093,6 @@ "integrity": "sha512-nvmoefIqdFX+skyCt/dN9HaeSNyL8A9UvEtCqCFfJBjKpAR0uRL3SGPLlvDsnfXWtN72G/viowvpA33VjQkGCg==", "dev": true }, - "eslint-plugin-flowtype": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-4.6.0.tgz", - "integrity": "sha512-W5hLjpFfZyZsXfo5anlu7HM970JBDqbEshAJUkeczP6BFCIfJXuiIBQXyberLRtOStT0OGPF8efeTbxlHk4LpQ==", - "dev": true, - "requires": { - "lodash": "^4.17.15" - } - }, "eslint-plugin-import": { "version": "2.20.0", "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.20.0.tgz", diff --git a/package.json b/package.json index 4d69336..a774991 100644 --- a/package.json +++ b/package.json @@ -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",