From 9a025f6610a2994a7b6f23f6b955d6ade86b0f8e Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 16 Apr 2025 23:21:52 +0300 Subject: [PATCH] .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 --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index af1b97849b..5d52f579d6 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -231,7 +231,7 @@ "*.json5" ], "extends": [ - "plugin:jsonc/recommended-with-jsonc" + "plugin:jsonc/recommended-with-json5" ], "rules": { "no-irregular-whitespace": "error",