Skip to content

Commit 8eb98ce

Browse files
alanorthgithub-actions[bot]
authored andcommitted
.eslintrc.json: use plugin:jsonc/recommended-with-json5
The eslint-plugin-jsonc has a recommended configuration for json5. See: https://ota-meshi.github.io/eslint-plugin-jsonc/user-guide/#usage (cherry picked from commit 3a05733)
1 parent 005655a commit 8eb98ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
"*.json5"
303303
],
304304
"extends": [
305-
"plugin:jsonc/recommended-with-jsonc"
305+
"plugin:jsonc/recommended-with-json5"
306306
],
307307
"rules": {
308308
"no-irregular-whitespace": "error",

0 commit comments

Comments
 (0)