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 committed Oct 4, 2023
1 parent 32c1417 commit 385344c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"parserOptions": {
"ecmaVersion": 2022
},
"plugins": ["flowtype", "react", "react-hooks", "jsx-a11y"],
"plugins": ["react", "react-hooks", "jsx-a11y"],
"rules": {
"indent": ["error", 4,
{
Expand Down
2 changes: 1 addition & 1 deletion node_modules
Submodule node_modules updated 2314 files
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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-jsx-a11y": "6.7.1",
"eslint-plugin-promise": "6.1.1",
Expand Down

0 comments on commit 385344c

Please sign in to comment.