Skip to content

Commit

Permalink
package.json: drop flowtype plugin
Browse files Browse the repository at this point in the history
None of the Cockpit projects use flowtype's type annotation.
  • Loading branch information
jelly authored and martinpitt committed Oct 3, 2023
1 parent 95198a2 commit ab04f35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ecmaVersion": "2022",
"sourceType": "module"
},
"plugins": ["flowtype", "react", "react-hooks"],
"plugins": ["react", "react-hooks"],
"rules": {
"indent": ["error", 4,
{
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ab04f35

Please sign in to comment.