Skip to content

Commit 1f78489

Browse files
committed
another fix
1 parent 2c7a00d commit 1f78489

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.eslintrc.json

+4-9
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,9 @@
151151
"plugin:vue/vue3-recommended"
152152
],
153153
"rules": {
154-
"no-console": ["error"]
154+
"no-console": ["error"],
155+
"@stylistic/quotes": ["error", "single"],
156+
"@stylistic/quote-props": ["error", "as-needed"]
155157
},
156158
"plugins": [
157159
"vue",
@@ -166,14 +168,7 @@
166168
"node": true,
167169
"es2023": true,
168170
"es6": true
169-
},
170-
"overrides": [
171-
{
172-
"files": ["*.vue"],
173-
"@stylistic/quotes": ["error", "single"],
174-
"@stylistic/quote-props": ["error", "as-needed"]
175-
}
176-
]
171+
}
177172
},
178173
{
179174
"files": [

0 commit comments

Comments
 (0)