import-js / eslint-plugin-import

ESLint plugin with rules that help validate proper imports.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is the difference vs eslint-plugin-simple-import-sort

valerii15298 opened this issue · comments

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

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-simple-import-sort. 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: lydell/eslint-plugin-simple-import-sort#161

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.