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 03e9f61 commit 6385c9d
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 @@ -11,7 +11,7 @@ export default createConfigForNuxt().prepend(
...pluginVue.configs["flat/strongly-recommended"],
eslintConfigPrettier,
{
ignores: ['node_modules', 'dist', 'public', '.nuxt', 'docs/**/*', 'DEBUG=1/**/*', '.output', 'docs/_nuxt/*'],
ignores: ['node_modules', 'dist', 'public', '.nuxt', 'docs/**/*', 'DEBUG=1/**/*', '.output', 'docs/_nuxt/*', 'pnpm-lock.yaml'],
},
{
files: ['pages/*.vue'],
Expand Down

0 comments on commit 6385c9d

Please # to comment.