Skip to content

Commit

Permalink
Update docs/rules/order.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Harband <ljharb@gmail.com>
  • Loading branch information
mi-na-bot and ljharb committed Jan 2, 2023
1 parent 9b877d8 commit 6564860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/order.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ import 'format.css'; // This will prevent --fix from working.
import a from 'a'
```

As a workaround, move unbound imports to be entirely above and below bound ones.
As a workaround, move unbound imports to be entirely above or below bound ones.

```javascript
import 'format1.css'; // OK
Expand Down

0 comments on commit 6564860

Please sign in to comment.