eslint plugin for ordering imports
Hey guys! Just wondering how people are sorting imports on save lol
Solution:Jump to solution
trivago's is out of date it seems, I used
@ianvs/prettier-plugin-sort-imports
5 Replies
prettier + sort plugin
I guess I just had to tinker with it until it suddenly decided to work or something
took forever for no reason
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
trivago's is out of date it seems, I used
@ianvs/prettier-plugin-sort-imports
Thanks for the update, I'll update my projects. 👍