eslint-plugin-import: the import/order rule
The import/order rule from eslint-plugin-import sorts imported modules so the code stays cleaner and easier to read. With groups, pathGroups, newlines-between, alphabetize, and friends, you can control grouping, order, and blank lines between imports.
→2022.02.08eslint-plugin-import 规则之 Import / Order
eslint-plugin-import规则之Import/Order对导入的模块进行排序,使代码更整洁和易读。通过配置groups、pathGroups、newlines-between和alphabetize等属性,可以自定义模块的分组、排序顺序和换行规则。
→