We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c7a00d commit 1f78489Copy full SHA for 1f78489
.eslintrc.json
@@ -151,7 +151,9 @@
151
"plugin:vue/vue3-recommended"
152
],
153
"rules": {
154
- "no-console": ["error"]
+ "no-console": ["error"],
155
+ "@stylistic/quotes": ["error", "single"],
156
+ "@stylistic/quote-props": ["error", "as-needed"]
157
},
158
"plugins": [
159
"vue",
@@ -166,14 +168,7 @@
166
168
"node": true,
167
169
"es2023": true,
170
"es6": true
- },
- "overrides": [
171
- {
172
- "files": ["*.vue"],
173
- "@stylistic/quotes": ["error", "single"],
174
- "@stylistic/quote-props": ["error", "as-needed"]
175
- }
176
- ]
+ }
177
178
{
179
"files": [
0 commit comments