Skip to content

Commit ab04f35

Browse files
jellymartinpitt
authored andcommitted
package.json: drop flowtype plugin
None of the Cockpit projects use flowtype's type annotation.
1 parent 95198a2 commit ab04f35

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ecmaVersion": "2022",
1010
"sourceType": "module"
1111
},
12-
"plugins": ["flowtype", "react", "react-hooks"],
12+
"plugins": ["react", "react-hooks"],
1313
"rules": {
1414
"indent": ["error", 4,
1515
{

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"eslint-config-standard": "17.1.0",
3030
"eslint-config-standard-jsx": "11.0.0",
3131
"eslint-config-standard-react": "13.0.0",
32-
"eslint-plugin-flowtype": "8.0.3",
3332
"eslint-plugin-import": "2.28.1",
3433
"eslint-plugin-node": "11.1.0",
3534
"eslint-plugin-promise": "6.1.1",

0 commit comments

Comments
 (0)