Skip to content

Commit

Permalink
Allow TS non-null (!) assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarner committed Mar 6, 2020
1 parent 50eb407 commit fa1eb53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ module.exports = {
'no-useless-constructor': 'off',
'@typescript-eslint/no-useless-constructor': 'off',
'@typescript-eslint/no-parameter-properties': 'off',
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/consistent-type-assertions': [
'error',
{
Expand Down

0 comments on commit fa1eb53

Please sign in to comment.