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",