Skip to content

Commit

Permalink
chore: update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
KeJunMao committed Oct 30, 2023
1 parent a9290ae commit 51e02ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ const unocss = require('@unocss/eslint-plugin')

module.exports = antfu(
{
ignores: ['src/manifest.json', 'src/pages.json'],
ignores: ['**/manifest.json', '**/pages.json'],
},
{
files: ['**/*.vue'],
rules: {
'vue/component-name-in-template-casing': [
'error',
Expand Down

0 comments on commit 51e02ef

Please sign in to comment.