Skip to content

Commit 3a05733

Browse files
committed
.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
1 parent 0989e28 commit 3a05733

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.eslintrc.json

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

0 commit comments

Comments
 (0)