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 3abca64 commit 9207da5Copy full SHA for 9207da5
.eslintrc.js
@@ -9,11 +9,10 @@ module.exports = {
9
},
10
11
extends: [
12
- 'plugin:vue/vue3-essential',
13
'eslint:recommended',
14
- '@vue/typescript/recommended',
15
- '@vue/prettier',
16
- '@vue/prettier/@typescript-eslint',
+ 'plugin:vue/vue3-essential',
+ '@vue/eslint-config-typescript',
+ '@vue/eslint-config-prettier',
17
],
18
rules: {
19
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
0 commit comments