Skip to content

Commit 3271346

Browse files
committed
Remove deprecated rule @typescript-eslint/prefer-ts-expect-error
1 parent 36dd3ea commit 3271346

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,6 @@ module.exports = {
613613

614614
'@typescript-eslint/prefer-reduce-type-parameter': 'error',
615615
'@typescript-eslint/prefer-string-starts-ends-with': 'error',
616-
'@typescript-eslint/prefer-ts-expect-error': 'error',
617616
'@typescript-eslint/promise-function-async': 'error',
618617
quotes: 'off',
619618
'@typescript-eslint/quotes': [

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@
4545
"simple"
4646
],
4747
"devDependencies": {
48-
"@typescript-eslint/eslint-plugin": "^7.4.0",
49-
"@typescript-eslint/parser": "^7.4.0",
48+
"@typescript-eslint/eslint-plugin": "^7.11.0",
49+
"@typescript-eslint/parser": "^7.11.0",
5050
"ava": "^6.1.2",
5151
"eslint": "^8.56.0",
5252
"typescript": "^5.3.3"
5353
},
5454
"peerDependencies": {
55-
"@typescript-eslint/eslint-plugin": ">=7.4.0",
56-
"@typescript-eslint/parser": ">=7.4.0",
55+
"@typescript-eslint/eslint-plugin": ">=7.11.0",
56+
"@typescript-eslint/parser": ">=7.11.0",
5757
"eslint": ">=8.56.0",
5858
"typescript": ">=5.0.0"
5959
}

0 commit comments

Comments
 (0)