eslint plugin for ordering imports

Hey guys! Just wondering how people are sorting imports on save lol
Solution:
trivago's is out of date it seems, I used @ianvs/prettier-plugin-sort-imports
Jump to solution
5 Replies
Neto
Neto3y ago
prettier + sort plugin
Kyle | Duck
Kyle | DuckOP3y ago
I guess I just had to tinker with it until it suddenly decided to work or something took forever for no reason
Benjamin
Benjamin3y ago
You can use eslint-plugin-simple-import-sort but I advise you to use Prettier instead as sorting imports should be a matter of styling, not linting. Here is a prettier plugin to do so: @trivago/prettier-plugin-sort-imports See Theo's video about this subject 😉
Solution
Kyle | Duck
Kyle | Duck3y ago
trivago's is out of date it seems, I used @ianvs/prettier-plugin-sort-imports
Benjamin
Benjamin3y ago
Thanks for the update, I'll update my projects. 👍

Did you find this page helpful?