Skip to content

Commit

Permalink
chore: disable reportUnusedDisableDirectives
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Nov 27, 2024
1 parent e2acffd commit d55a596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default tseslint.config(
},
{
linterOptions: {
reportUnusedDisableDirectives: !shouldTypeCheck,
reportUnusedDisableDirectives: shouldTypeCheck ? 'warn' : 'off',
},
},
eslint.configs.recommended,
Expand Down

0 comments on commit d55a596

Please sign in to comment.