lydell / eslint-plugin-simple-import-sort

Easy autofixable import sorting.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is the difference vs eslint-plugin-import

valerii15298 opened this issue · comments

There is also a quite popular plugin: https://www.npmjs.com/package/eslint-plugin-import

It is so hard to choose tooling in js ecosystem.
I wanna choose some plugins to sort imports automatically because the default eslint sort-imports plugin does not autofix imports for me.
So I found two of the most popular plugins: this and https://www.npmjs.com/package/eslint-plugin-import. And cannot understand what is the difference and what is better to use.
Would be very useful to add a comparison section for people to understand the difference...
Issue on another project: import-js/eslint-plugin-import#2968

Already found explanation!
https://github.com/lydell/eslint-plugin-simple-import-sort?tab=readme-ov-file#not-for-everyone
Closing this. Hope other people can find this to read the docs in that particular to understand the difference.