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 c7298e5 commit 760f9afCopy full SHA for 760f9af
.eslintrc.js
package.json
@@ -51,6 +51,26 @@
51
"peerDependencies": {
52
"vue": "^3.0.5"
53
},
54
+ "eslintConfig": {
55
+ "root": true,
56
+ "env": {
57
+ "node": true
58
+ },
59
+ "extends": [
60
+ "plugin:vue/vue3-essential",
61
+ "eslint:recommended",
62
+ "@vue/typescript/recommended",
63
+ "@vue/prettier",
64
+ "@vue/prettier/@typescript-eslint"
65
+ ],
66
+ "parserOptions": {
67
+ "ecmaVersion": 2020
68
69
+ "rules": {
70
+ "no-console": "warn",
71
+ "no-debugger": "warn"
72
+ }
73
74
"jest": {
75
"preset": "ts-jest",
76
"moduleFileExtensions": [
0 commit comments