Skip to content

Commit e652772

Browse files
committed
Add '@typescript-eslint/no-deprecated rule
https://typescript-eslint.io/rules/no-deprecated/
1 parent 1118805 commit e652772

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ const rules = {
322322
'no-dupe-class-members': 'off',
323323
'@typescript-eslint/no-dupe-class-members': 'error',
324324
'@typescript-eslint/no-confusing-void-expression': 'error',
325+
'@typescript-eslint/no-deprecated': 'error',
325326
'@typescript-eslint/no-duplicate-enum-values': 'error',
326327
'@typescript-eslint/no-duplicate-type-constituents': 'error',
327328
'@typescript-eslint/no-dynamic-delete': 'error',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"dependencies": {
5353
"@stylistic/eslint-plugin": "^2.6.1",
5454
"eslint-config-xo": "^0.46.0",
55-
"typescript-eslint": "^8.0.0"
55+
"typescript-eslint": "^8.3.0"
5656
},
5757
"devDependencies": {
5858
"ava": "^6.1.3",

0 commit comments

Comments
 (0)