AlloyTeam / eslint-config-alloy

Progressive ESLint config for your React/Vue/TypeScript projects
https://alloyteam.github.io/eslint-config-alloy/
2.65k stars 317 forks source link

是否可以加入import排序配置 #253

Open Cuixote opened 10 months ago

Cuixote commented 10 months ago

组件中如果依赖多的情况下,import语句看起来比较杂乱。而eslint-plugin-import 可以解决这个问题。 目前项目都使用了eslint-config-alloy作为唯一标准,希望可以加入import排序的风格配置。

xcatliu commented 10 months ago

感谢提议

赞同这个提议,我自己也经常用 import 插件,后续安排上