Skip to content

Commit

Permalink
chore: upgrade eslint-plugin-vue to 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommytrg committed Aug 28, 2023
1 parent 1f4fd29 commit 594ffc7
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 1,050 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.js
Expand Up @@ -16,5 +16,7 @@ module.exports = {
],
plugins: ['prettier'],
// add your custom rules here
rules: {},
rules: {
'vue/multi-word-component-names': 0,
},
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,7 +37,7 @@
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.5.0",
"eslint-plugin-vue": "^9.1.0",
"jest": "^27.0.6",
"prettier": "^2.2.1",
"stylelint": "^13.9.0",
Expand Down

0 comments on commit 594ffc7

Please sign in to comment.