You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enforce a convention in the order of `import` statements, inspired by [isort](https://timothycrosley.github.io/isort/#how-does-isort-work)’s grouping style:
3
+
Enforce a convention in the order of `import` statements, inspired by
This plugin includes an additional group for “style” imports where the import source ends in `.css` or other style format. Imports are sorted alphabetically, except for local modules, which are sorted by the number of `.` segements in the path first, then alphabetically.
12
+
This plugin includes an additional group for “style” imports where the import
13
+
source ends in `.css` or other style format. Imports are sorted alphabetically,
14
+
except for local modules, which are sorted by the number of `.` segements in
15
+
the path first, then alphabetically.
12
16
13
17
## Usage
14
18
15
-
Install the plugin, and ESLint if is not already.
19
+
Install the plugin, and ESLint if it is not already.
0 commit comments