Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
acnebs committed Oct 8, 2024
1 parent 7376a75 commit 996abb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ used to order imports within each match group.
For example, when false (or not specified):

```javascript
import {CatComponent, catFilter, DogComponent, dogFilter} from './animals';
import ExampleComponent from './ExampleComponent';
import ExamplesList from './ExamplesList';
import ExampleWidget from './ExampleWidget';
Expand All @@ -418,6 +419,7 @@ compared with `"importOrderCaseSensitive": true`:
import ExampleComponent from './ExampleComponent';
import ExampleWidget from './ExampleWidget';
import ExamplesList from './ExamplesList';
import {CatComponent, DogComponent, catFilter, dogFilter} from './animals';
```

### Prevent imports from being sorted
Expand Down

0 comments on commit 996abb1

Please sign in to comment.