Skip to content

Commit

Permalink
setting: 元々Nuxt側で用意しているページに引っかかるルールは緩和。 
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuhito-m committed Dec 11, 2021
1 parent e83f79b commit d06ac23
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ module.exports = {
rules: {
"no-useless-constructor": "off",
"no-console": "off",
"vue/attribute-hyphenation": "off"
"vue/attribute-hyphenation": "off",
"vue/multi-word-component-names": [
'error',
{
"ignores": [ "Index" ]
},
]
}
}

0 comments on commit d06ac23

Please sign in to comment.