Skip to content

Commit

Permalink
fix(vue3): use correct plugin name for vue 3 rules
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
  • Loading branch information
ShGKme committed May 16, 2024
1 parent e3e06f4 commit 05bd142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parts/vue3.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
parserOptions: {
parser: '@babel/eslint-parser',
},
extends: ['plugin:vue3/recommended'],
extends: ['plugin:vue/vue3-recommended'],
rules: {
'vue/html-indent': ['error', 'tab'],
// PascalCase components names for vuejs
Expand Down

0 comments on commit 05bd142

Please sign in to comment.