From 85686f4b5ccfbc3afe87886a0afe26409f38bfc9 Mon Sep 17 00:00:00 2001 From: xibz Date: Tue, 14 May 2024 13:41:09 -0500 Subject: [PATCH] Consistent strings Signed-off-by: xibz --- .github/linters/.eslintrc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/linters/.eslintrc.yml b/.github/linters/.eslintrc.yml index 07ae1d4e..e40bc3a1 100644 --- a/.github/linters/.eslintrc.yml +++ b/.github/linters/.eslintrc.yml @@ -2,9 +2,9 @@ plugins: - jsonc overrides: - files: - - "schema/*.json" - - "examples/*.json" - parser: "jsonc-eslint-parser" + - schemas/*.json + - examples/*.json + parser: jsonc-eslint-parser rules: # These are the set of rules that belong to jsonc. For more information, # https://ota-meshi.github.io/eslint-plugin-jsonc/rules