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 196f607 commit a40f498Copy full SHA for a40f498
.eslintrc.js
@@ -8,12 +8,14 @@ module.exports = {
8
jsx: true,
9
},
10
11
+ env: {
12
+ jest: true
13
+ },
14
extends: [
15
'@vue/typescript/recommended',
16
'@vue/prettier',
17
'@vue/prettier/@typescript-eslint',
18
'eslint:recommended',
- 'plugin:vue/vue3-essential',
19
'plugin:vue/vue3-recommended',
20
],
21
rules: {
package.json
@@ -50,6 +50,8 @@
50
"@typescript-eslint/eslint-plugin": "^4.33.0",
51
"@typescript-eslint/parser": "^4.33.0",
52
"@vue/compiler-sfc": "^3.2.19",
53
+ "@vue/eslint-config-prettier": "^6.0.0",
54
+ "@vue/eslint-config-typescript": "^7.0.0",
55
"@vue/server-renderer": "^3.2.19",
56
"@vue/test-utils": "^2.0.0-0",
57
"@vuepress/plugin-toc": "^2.0.0-beta.24",
0 commit comments