Skip to content

Commit

Permalink
Remove unmaintined airbnb and flowtype eslint plugins
Browse files Browse the repository at this point in the history
These prevent upgrading to eslint 9
  • Loading branch information
jcoyne committed Oct 30, 2024
1 parent 0744dbc commit 9c423bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"env": {
"jest/globals": true
},
"extends": ["airbnb","react-app", "plugin:jest-dom/recommended", "plugin:testing-library/react"],
"extends": ["react-app", "plugin:jest-dom/recommended", "plugin:testing-library/react"],
"globals": {
"page": true,
"document": true
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,7 @@
"chalk": "^4.1.0",
"core-js": "^3.21.1",
"eslint": "^8.11.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^27.1.5",
"eslint-plugin-jest-dom": "^5.1.0",
Expand Down

0 comments on commit 9c423bb

Please sign in to comment.