Skip to content

Commit

Permalink
Revert "Remove unmaintined airbnb and flowtype eslint plugins"
Browse files Browse the repository at this point in the history
This reverts commit 9c423bb.
  • Loading branch information
jcoyne committed Oct 30, 2024
1 parent 9c423bb commit 7f2e2fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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": ["react-app", "plugin:jest-dom/recommended", "plugin:testing-library/react"],
"extends": ["airbnb","react-app", "plugin:jest-dom/recommended", "plugin:testing-library/react"],
"globals": {
"page": true,
"document": true
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@
"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 7f2e2fc

Please sign in to comment.