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.
2 parents e4618c1 + 4d252ed commit eb324a8Copy full SHA for eb324a8
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": "^7.0.0",
51
- "@typescript-eslint/parser": "^7.0.0",
+ "@typescript-eslint/eslint-plugin": "^8.0.0",
+ "@typescript-eslint/parser": "^8.0.0",
52
"eslint": "^8.0.0",
53
"eslint-plugin-import": "^2.0.0",
54
"eslint-plugin-jest": "^28.0.0",
@@ -93,15 +93,7 @@
93
"plugin:import/typescript"
94
],
95
"rules": {
96
- "@typescript-eslint/ban-types": [
97
- "error",
98
- {
99
- "types": {
100
- "Function": false
101
- },
102
- "extendDefaults": true
103
- }
104
- ],
+ "@typescript-eslint/no-unsafe-function-type": "off",
105
"@typescript-eslint/no-explicit-any": "warn"
106
}
107
},
0 commit comments