We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b877d8 commit 6564860Copy full SHA for 6564860
docs/rules/order.md
@@ -90,7 +90,7 @@ import 'format.css'; // This will prevent --fix from working.
90
import a from 'a'
91
```
92
93
-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.
94
95
```javascript
96
import 'format1.css'; // OK
0 commit comments