We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4701cff commit 26b113eCopy full SHA for 26b113e
index.js
@@ -5,7 +5,7 @@ module.exports = {
5
extends: [
6
'eslint:recommended',
7
'plugin:vue/vue3-essential',
8
- '@vue/typescript/recommended',
9
- '@vue/prettier'
+ '@vue/typescript/recommended',
+ '@vue/prettier'
10
]
11
};
0 commit comments