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 1b427a2 commit 28ecbacCopy full SHA for 28ecbac
package.json
@@ -47,8 +47,8 @@
47
"devDependencies": {
48
"pkg-ok": "^3.0.0",
49
"@types/jest": "^29.0.0",
50
- "@typescript-eslint/eslint-plugin": "^5.0.0",
51
- "@typescript-eslint/parser": "^5.0.0",
+ "@typescript-eslint/eslint-plugin": "^6.0.0",
+ "@typescript-eslint/parser": "^6.0.0",
52
"eslint": "^8.0.0",
53
"eslint-plugin-import": "^2.0.0",
54
"eslint-plugin-jest": "^27.0.0",
@@ -101,7 +101,8 @@
101
},
102
"extendDefaults": true
103
}
104
- ]
+ ],
105
+ "@typescript-eslint/no-explicit-any": "warn"
106
107
108
"prettier": {
0 commit comments