We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 367050b commit 30fab90Copy full SHA for 30fab90
package.json
@@ -52,7 +52,7 @@
52
"css-loader": "^5.2.7",
53
"dotenv": "^8.6.0",
54
"esbuild-loader": "^2.18.0",
55
- "eslint": "^8.29.0",
+ "eslint": "7.32.0",
56
"eslint-config-strongloop": "^2.1.0",
57
"eslint-webpack-plugin": "^2.6.0",
58
"fast-glob": "^3.2.11",
src/ts.eslintrc.json
@@ -4,7 +4,6 @@
4
"extends": [
5
"eslint:recommended",
6
"plugin:@typescript-eslint/eslint-recommended",
7
- "plugin:@typescript-eslint/recommended",
8
"prettier"
9
],
10
"rules": {}
0 commit comments