Skip to content

Commit 118a449

Browse files
committed
1 parent e35c14e commit 118a449

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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',

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@
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
}

0 commit comments

Comments
 (0)