Skip to content

Commit

Permalink
fix: off @typescript-eslint/prefer-nullish-coalescing
Browse files Browse the repository at this point in the history
  • Loading branch information
nnmax committed Jul 15, 2023
1 parent 05d9b8f commit d419131
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config-typescript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const eslintConfig = {
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'no-use-before-define': 'off',
'@typescript-eslint/prefer-nullish-coalescing': 'off',
'@typescript-eslint/no-use-before-define': [
'error',
{
Expand Down

0 comments on commit d419131

Please sign in to comment.