Skip to content

Commit

Permalink
Add other rules
Browse files Browse the repository at this point in the history
Signed-off-by: xibz <[email protected]>
  • Loading branch information
xibz committed Apr 16, 2024
1 parent 7eab28d commit 81dc18b
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/linters/.eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ overrides:
- files: "*.json"
parser: "jsonc-eslint-parser"
rules:
jsonc/comma-dangle:
- error
jsonc/indent:
- error
jsonc/key-name-casing:
- error
- camelCase: true
snake_case: false
- error
- camelCase: true
snake_case: false
jsonc/key-spacing:
- error
jsonc/no-dupe-keys:
- error

0 comments on commit 81dc18b

Please sign in to comment.