File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments