Skip to content

Commit

Permalink
style: lint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Dec 26, 2024
1 parent 25fe4d7 commit 654ede8
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 @@ -22,7 +22,7 @@ export default createConfigForNuxt().prepend(
],
},
{
files: ['pages/*.vue'],
files: ['pages/*.vue', '**/*.vue'],
rules: {
'vue/multi-word-component-names': 0,
'vue/html-self-closing': [
Expand Down

0 comments on commit 654ede8

Please sign in to comment.