Skip to content

Commit

Permalink
Update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
fsgreco committed Jan 4, 2025
1 parent 5df05fa commit baf848d
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 @@ -7,7 +7,7 @@ export default [
{ languageOptions: { globals: { ...globals.browser, ...globals.node } } },
pluginJs.configs.recommended,
{
ignores: ['node_modules', 'dist', 'public', '.nuxt'],
ignores: ['node_modules', '.github', 'dist', 'public'],
rules: {
'no-unused-vars': 'warn',
'no-useless-escape': 'off',
Expand Down

0 comments on commit baf848d

Please sign in to comment.