Skip to content

Commit

Permalink
Docs: Use full qualified rule name
Browse files Browse the repository at this point in the history
  • Loading branch information
cschuller committed Apr 25, 2024
1 parent ab2b88c commit 5b50e9f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,10 @@ Based on the recommended rules with stylistic aspects.
| | sort-keys |Alternative with fix [eslint-plugin-sort-keys-fix] |

## Optional Rules
A list of optional rules that can be added to your configuration.

### use-camelcase
The ESLint camelcase rule does not work with JSON files.
### `json-es/use-camelcase`
The "original" ESLint camelcase rule does not work with JSON files.

A custom 'use-camelcase' [rule](./rules/use-camelcase.js) is available.
Based on the ESLint camelcase rule with minor adjustments.
Expand Down

0 comments on commit 5b50e9f

Please sign in to comment.