Skip to content

Commit

Permalink
Consistent strings
Browse files Browse the repository at this point in the history
Signed-off-by: xibz <[email protected]>
  • Loading branch information
xibz committed May 14, 2024
1 parent 80bb760 commit 85686f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/linters/.eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85686f4

Please sign in to comment.