package.json: drop flowtype plugin

None of the Cockpit projects use flowtype's type annotation.
This commit is contained in:
Jelle van der Waa 2023-10-02 19:15:13 +02:00 committed by Martin Pitt
parent 95198a22ee
commit ab04f35fc7
2 changed files with 1 additions and 2 deletions

View file

@ -9,7 +9,7 @@
"ecmaVersion": "2022",
"sourceType": "module"
},
"plugins": ["flowtype", "react", "react-hooks"],
"plugins": ["react", "react-hooks"],
"rules": {
"indent": ["error", 4,
{

View file

@ -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",