Skip to content

Commit eb324a8

Browse files
authored
Merge pull request #782 from abraham/eslint
Update typescript-eslint to v8
2 parents e4618c1 + 4d252ed commit eb324a8

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

package.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"devDependencies": {
4848
"pkg-ok": "^3.0.0",
4949
"@types/jest": "^29.0.0",
50-
"@typescript-eslint/eslint-plugin": "^7.0.0",
51-
"@typescript-eslint/parser": "^7.0.0",
50+
"@typescript-eslint/eslint-plugin": "^8.0.0",
51+
"@typescript-eslint/parser": "^8.0.0",
5252
"eslint": "^8.0.0",
5353
"eslint-plugin-import": "^2.0.0",
5454
"eslint-plugin-jest": "^28.0.0",
@@ -93,15 +93,7 @@
9393
"plugin:import/typescript"
9494
],
9595
"rules": {
96-
"@typescript-eslint/ban-types": [
97-
"error",
98-
{
99-
"types": {
100-
"Function": false
101-
},
102-
"extendDefaults": true
103-
}
104-
],
96+
"@typescript-eslint/no-unsafe-function-type": "off",
10597
"@typescript-eslint/no-explicit-any": "warn"
10698
}
10799
},

0 commit comments

Comments
 (0)