package.json: drop flowtype plugin
None of the Cockpit projects use flowtype's type annotation.
This commit is contained in:
parent
95198a22ee
commit
ab04f35fc7
2 changed files with 1 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
|||
"ecmaVersion": "2022",
|
||||
"sourceType": "module"
|
||||
},
|
||||
"plugins": ["flowtype", "react", "react-hooks"],
|
||||
"plugins": ["react", "react-hooks"],
|
||||
"rules": {
|
||||
"indent": ["error", 4,
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue