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 16ecfc9 commit 8033027
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ const shouldTypeCheck = typeof process.env.VSCODE_PID === 'string'

export default tseslint.config(
{
linterOptions: {
reportUnusedDisableDirectives: !shouldTypeCheck,
},
ignores: [
'packages/create-vite/template-*',
'**/dist/**',
Expand Down

0 comments on commit 8033027

Please sign in to comment.