Skip to content

Commit

Permalink
better to clear description
Browse files Browse the repository at this point in the history
Co-authored-by: Tanuj Kanti <86398394+Tanujkanti4441@users.noreply.github.com>
  • Loading branch information
gwBear1 and Tanujkanti4441 committed Mar 20, 2024
1 parent d28b4b1 commit 321c992
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/rules/sort-imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ import {b, a, c} from 'foo.js'
### `ignoreCase`

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

Uppercase letters of the alphabet must always precede lowercase letters with default settings.

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

Expand Down

0 comments on commit 321c992

Please sign in to comment.