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,
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue