Skip to content

Commit

Permalink
Better description for ignoreCase
Browse files Browse the repository at this point in the history
  • Loading branch information
gwBear1 committed Mar 21, 2024
1 parent 321c992 commit 7cdc966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/rules/sort-imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ import {b, a, c} from 'foo.js'

### `ignoreCase`

When `true` the rule ignores the case-sensitivity of the imports local name.
When `false` (default), uppercase letters of the alphabet must always precede lowercase letters.

Uppercase letters of the alphabet must always precede lowercase letters with default settings.
When `true`, the rule ignores the case-sensitivity of the imports local name.

Examples of **incorrect** code for this rule with the default `{ "ignoreCase": false }` option:

Expand Down

0 comments on commit 7cdc966

Please sign in to comment.