Skip to content

Commit

Permalink
Disable nullish coalescing rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Havunen committed Sep 3, 2023
1 parent ebe7462 commit 1ea813f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"rules": {
"@typescript-eslint/triple-slash-reference": "off",
"@typescript-eslint/strict-boolean-expressions": "off",
"@typescript-eslint/prefer-nullish-coalescing": "off",
"no-void": "off"
}
}

0 comments on commit 1ea813f

Please sign in to comment.