Skip to content

Commit 2c7a00d

Browse files
committed
es2023 for backend and content specific eslint
1 parent 7a9539b commit 2c7a00d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.eslintrc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@
170170
"overrides": [
171171
{
172172
"files": ["*.vue"],
173-
"stylistic/quotes": ["error", "single"],
174-
"stylistic/quote-props": ["error", "as-needed"]
173+
"@stylistic/quotes": ["error", "single"],
174+
"@stylistic/quote-props": ["error", "as-needed"]
175175
}
176176
]
177177
},

0 commit comments

Comments
 (0)