Skip to content

Commit fa1eb53

Browse files
committed
Allow TS non-null (!) assertions
1 parent 50eb407 commit fa1eb53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ module.exports = {
5050
'no-useless-constructor': 'off',
5151
'@typescript-eslint/no-useless-constructor': 'off',
5252
'@typescript-eslint/no-parameter-properties': 'off',
53+
'@typescript-eslint/no-non-null-assertion': 'off',
5354
'@typescript-eslint/consistent-type-assertions': [
5455
'error',
5556
{

0 commit comments

Comments
 (0)