Skip to content

Commit

Permalink
add '@typescript-eslint/no-non-null-asserted-nullish-coalescing': 'er…
Browse files Browse the repository at this point in the history
…ror'
  • Loading branch information
ryota-murakami committed May 14, 2023
1 parent 659b952 commit 2dfc36c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module.exports = {
root: true,
rules: {
'@typescript-eslint/consistent-type-imports': 'warn',
'@typescript-eslint/no-non-null-asserted-nullish-coalescing': 'error',
'@typescript-eslint/no-unused-vars': [
'error',
{ args: 'after-used', ignoreRestSiblings: true },
Expand Down

0 comments on commit 2dfc36c

Please sign in to comment.