.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
2025-04-16 23:21:52 +03:00
parent ac940c1bb2
commit 9a025f6610

View File

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