File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -434,6 +434,7 @@ module.exports = {
434434 'no-useless-constructor' : 'off' ,
435435 '@typescript-eslint/no-useless-constructor' : 'error' ,
436436 '@typescript-eslint/no-var-requires' : 'error' ,
437+ '@typescript-eslint/non-nullable-type-assertion-style' : 'error' ,
437438 '@typescript-eslint/prefer-as-const' : 'error' ,
438439 '@typescript-eslint/prefer-for-of' : 'error' ,
439440 '@typescript-eslint/prefer-function-type' : 'error' ,
Original file line number Diff line number Diff line change 4444 " simple"
4545 ],
4646 "devDependencies" : {
47- "@typescript-eslint/eslint-plugin" : " ^4.7 .0" ,
48- "@typescript-eslint/parser" : " ^4.7 .0" ,
47+ "@typescript-eslint/eslint-plugin" : " ^4.10 .0" ,
48+ "@typescript-eslint/parser" : " ^4.10 .0" ,
4949 "ava" : " ^2.4.0" ,
5050 "eslint" : " ^7.8.1" ,
5151 "temp-write" : " ^4.0.0" ,
52- "typescript" : " ^4.0.2 "
52+ "typescript" : " ^4.1.3 "
5353 },
5454 "peerDependencies" : {
55- "@typescript-eslint/eslint-plugin" : " >=4.7 .0" ,
55+ "@typescript-eslint/eslint-plugin" : " >=4.10 .0" ,
5656 "eslint" : " >=7.8.0" ,
5757 "typescript" : " >=3.6.0"
5858 }
You can’t perform that action at this time.
0 commit comments