We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f057f0c commit e570c21Copy full SHA for e570c21
2 files changed
package.json
@@ -27,7 +27,7 @@
27
"@babel/plugin-syntax-jsx": "^7.17.12",
28
"@typescript-eslint/eslint-plugin": "^5.27.1",
29
"@typescript-eslint/parser": "^5.27.1",
30
- "eslint": "^7.32.0",
+ "eslint": "^8.17.0",
31
"eslint-config-prettier": "^8.5.0",
32
"eslint-plugin-html": "^6.2.0",
33
"eslint-plugin-import": "^2.26.0",
@@ -53,7 +53,7 @@
53
"shelljs": "^0.8.5"
54
},
55
"peerDependencies": {
56
- "eslint": "^8.0.0"
+ "eslint": "^8 || ^7 || ^6"
57
58
"optionalDependencies": {
59
"coffeescript": "^1.12.7",
0 commit comments