diff --git a/.eslintrc.json b/.eslintrc.json index c945c9c46..5850feb65 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -8,7 +8,7 @@ "parserOptions": { "ecmaVersion": 2022 }, - "plugins": ["flowtype", "react", "react-hooks", "jsx-a11y"], + "plugins": ["react", "react-hooks", "jsx-a11y"], "rules": { "indent": ["error", 4, { diff --git a/node_modules b/node_modules index dcea7f04e..893da288c 160000 --- a/node_modules +++ b/node_modules @@ -1 +1 @@ -Subproject commit dcea7f04e233c4e50436723699d24af7a88418e5 +Subproject commit 893da288c74d9cd693fa5422ef1da7b97b5f303a diff --git a/package.json b/package.json index 5a79c1b7f..844df9da5 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,6 @@ "eslint-config-standard": "17.1.0", "eslint-config-standard-jsx": "11.0.0", "eslint-config-standard-react": "13.0.0", - "eslint-plugin-flowtype": "8.0.3", "eslint-plugin-import": "2.28.1", "eslint-plugin-jsx-a11y": "6.7.1", "eslint-plugin-promise": "6.1.1",