Skip to content

Commit

Permalink
fix: add pnpm-lock.yaml to eslint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Dec 19, 2024
1 parent fad2b41 commit 5f0d247
Show file tree
Hide file tree
Showing 2 changed files with 1,068 additions and 3,073 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default [
...storybook.configs['flat/recommended'],
eslintConfigPrettier,
{
ignores: ['package/dist/**', 'dist', '!.storybook']
ignores: ['package/dist/**', 'dist', 'pnpm-lock.yaml', '!.storybook']
},
{
files: ['pages/*.vue'],
Expand Down
Loading

0 comments on commit 5f0d247

Please sign in to comment.