Skip to content

Commit

Permalink
fix(eslint-config): disable rule @typescript-eslint/no-non-null-asser…
Browse files Browse the repository at this point in the history
…tion for tests
  • Loading branch information
NimmLor committed May 31, 2023
1 parent 6e3d17a commit e9e4763
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ module.exports = {
files: '*.test.{ts,tsx}',
rules: {
'@typescript-eslint/no-floating-promises': 'off',
'@typescript-eslint/no-non-null-assertion': 'off',
},
},
{
Expand Down

0 comments on commit e9e4763

Please sign in to comment.