.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
This commit is contained in:
Alan Orth
2023-06-15 16:31:28 +03:00
parent 0989e28c38
commit 3a05733256

View File

@@ -303,7 +303,7 @@
"*.json5" "*.json5"
], ],
"extends": [ "extends": [
"plugin:jsonc/recommended-with-jsonc" "plugin:jsonc/recommended-with-json5"
], ],
"rules": { "rules": {
"no-irregular-whitespace": "error", "no-irregular-whitespace": "error",