Skip to content

Commit

Permalink
[conf] disable non-nullable-type-assertion-style rule since its con…
Browse files Browse the repository at this point in the history
…flicting with `no-non-null-assertion`
  • Loading branch information
mrhyde committed Nov 3, 2023
1 parent 117e97f commit 429bd1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ extends:
rules:
'@typescript-eslint/consistent-type-definitions': ['error', 'type']
'@typescript-eslint/strict-boolean-expressions': ['error', allowNullableObject: true]
'@typescript-eslint/non-nullable-type-assertion-style': 'off'
'@typescript-eslint/promise-function-async': 'off'
'import/no-default-export': 'error'
'import/no-unresolved': 'error'
Expand Down

0 comments on commit 429bd1f

Please sign in to comment.