Skip to content

Commit

Permalink
chore: adjust eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
escapedcat committed Jan 15, 2025
1 parent a99ef94 commit 1d48adf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ export default [
project: './tsconfig.json',
extraFileExtensions: ['.svelte']
}
},
rules: {
'svelte/valid-compile': 'off',
'no-undef': 'off',
'no-unused-vars': 'off'
}
},
{
Expand Down

0 comments on commit 1d48adf

Please sign in to comment.