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,
{