-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpatch.diff
More file actions
33 lines (33 loc) · 834 Bytes
/
patch.diff
File metadata and controls
33 lines (33 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
diff --git a/package.json b/package.json
index fb09564..1817803 100644
--- a/package.json
+++ b/package.json
@@ -35,6 +35,12 @@
"test": "react-scripts test",
"eject": "react-scripts eject"
},
+ "eslintConfig": {
+ "extends": [
+ "react-app",
+ "react-app/jest"
+ ]
+ },
"browserslist": {
"production": [
">0.2%",
@@ -48,14 +54,6 @@
]
},
"devDependencies": {
- "@typescript-eslint/eslint-plugin": "^5.29.0",
- "@typescript-eslint/parser": "^5.29.0",
- "devextreme-themebuilder": "^21.2.4",
- "eslint": "^8.18.0",
- "eslint-config-airbnb": "^19.0.4",
- "eslint-plugin-import": "^2.26.0",
- "eslint-plugin-jsx-a11y": "^6.5.1",
- "eslint-plugin-react": "^7.30.0",
- "eslint-plugin-react-hooks": "^4.6.0"
+ "devextreme-themebuilder": "^21.2.4"
}
}