Skip to content

Commit

Permalink
Add '@typescript-eslint/no-deprecated rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 28, 2024
1 parent 1118805 commit e652772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ const rules = {
'no-dupe-class-members': 'off',
'@typescript-eslint/no-dupe-class-members': 'error',
'@typescript-eslint/no-confusing-void-expression': 'error',
'@typescript-eslint/no-deprecated': 'error',
'@typescript-eslint/no-duplicate-enum-values': 'error',
'@typescript-eslint/no-duplicate-type-constituents': 'error',
'@typescript-eslint/no-dynamic-delete': 'error',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"dependencies": {
"@stylistic/eslint-plugin": "^2.6.1",
"eslint-config-xo": "^0.46.0",
"typescript-eslint": "^8.0.0"
"typescript-eslint": "^8.3.0"
},
"devDependencies": {
"ava": "^6.1.3",
Expand Down

0 comments on commit e652772

Please sign in to comment.