From ab04f35fc79f04e924e2a7fdef7364ec69c54c7b Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Mon, 2 Oct 2023 19:15:13 +0200 Subject: [PATCH] package.json: drop flowtype plugin None of the Cockpit projects use flowtype's type annotation. --- .eslintrc.json | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 1918f1a..c0d51d5 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -9,7 +9,7 @@ "ecmaVersion": "2022", "sourceType": "module" }, - "plugins": ["flowtype", "react", "react-hooks"], + "plugins": ["react", "react-hooks"], "rules": { "indent": ["error", 4, { diff --git a/package.json b/package.json index 6670009..f3ce288 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,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-node": "11.1.0", "eslint-plugin-promise": "6.1.1",