Skip to content

Commit

Permalink
Improve sentence about avoiding blank lines
Browse files Browse the repository at this point in the history
Closes #134.
  • Loading branch information
lydell committed May 26, 2023
1 parent d94fbd9 commit 6effda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -329,7 +329,7 @@ There is **one** option (see [Not for everyone]) called `groups` that allows you

- Move `src/Button`, `@company/Button` and similar out of the (third party) “packages” group, into their own group.
- Move `react` first.
- Remove blank lines between groups.
- Avoid blank lines between imports by using a single group.
- Make a separate group for style imports.
- Separate `./` and `../` imports.
- Not use groups at all and only sort alphabetically.
Expand Down

0 comments on commit 6effda6

Please sign in to comment.