Skip to content

Commit

Permalink
fix ignore settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantgillespie committed Sep 9, 2024
1 parent bb9ac4c commit 6b21579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const compat = new FlatCompat({

export default [
{
ignores: ['**/node_modules', '**/dist'],
ignores: ['**/node_modules', '**/dist', '**/.nuxt', '**/.output'],
},
...compat.extends('eslint:recommended', 'prettier'),
{
Expand Down

0 comments on commit 6b21579

Please sign in to comment.