Skip to content

Commit

Permalink
Turn off @typescript-eslint/no-unnecessary-qualifier
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-ka committed Jul 9, 2024
1 parent 86ac53c commit 9a0346d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion base/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ module.exports = {
'@typescript-eslint/no-throw-literal': 'error',
'@typescript-eslint/no-unnecessary-boolean-literal-compare': 'error',
'@typescript-eslint/no-unnecessary-condition': ['error', { allowConstantLoopConditions: true }],
'@typescript-eslint/no-unnecessary-qualifier': 'error',
'@typescript-eslint/no-unused-expressions': ['error', { enforceForJSX: true }],
'@typescript-eslint/no-unused-vars': 'off', // Let TypeScript check it
'@typescript-eslint/no-use-before-define': ['error', { functions: false }],
Expand Down

0 comments on commit 9a0346d

Please sign in to comment.