Skip to content

Commit

Permalink
fix: formatting errors for pages
Browse files Browse the repository at this point in the history
  • Loading branch information
modbender authored and modbender committed Aug 23, 2024
1 parent 4fea121 commit 8d0a487
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ import { createConfigForNuxt } from '@nuxt/eslint-config/flat';

export default createConfigForNuxt({
ignores: ['dist', 'node_modules'],
rules: {
'vue/multi-word-component-names': 0,
},
});

0 comments on commit 8d0a487

Please sign in to comment.