Skip to content

Commit 7f2e2fc

Browse files
committed
Revert "Remove unmaintined airbnb and flowtype eslint plugins"
This reverts commit 9c423bb.
1 parent 9c423bb commit 7f2e2fc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"env": {
33
"jest/globals": true
44
},
5-
"extends": ["react-app", "plugin:jest-dom/recommended", "plugin:testing-library/react"],
5+
"extends": ["airbnb","react-app", "plugin:jest-dom/recommended", "plugin:testing-library/react"],
66
"globals": {
77
"page": true,
88
"document": true

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@
103103
"chalk": "^4.1.0",
104104
"core-js": "^3.21.1",
105105
"eslint": "^8.11.0",
106+
"eslint-config-airbnb": "^19.0.4",
106107
"eslint-config-react-app": "^7.0.0",
108+
"eslint-plugin-flowtype": "^8.0.3",
107109
"eslint-plugin-import": "^2.25.4",
108110
"eslint-plugin-jest": "^27.1.5",
109111
"eslint-plugin-jest-dom": "^5.1.0",

0 commit comments

Comments
 (0)