Skip to content

Commit ed29ed3

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 c13d23d commit ed29ed3

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
@@ -269,7 +269,7 @@
269269
"*.json5"
270270
],
271271
"extends": [
272-
"plugin:jsonc/recommended-with-jsonc"
272+
"plugin:jsonc/recommended-with-json5"
273273
],
274274
"rules": {
275275
"no-irregular-whitespace": "error",

0 commit comments

Comments
 (0)