SoominHan / import-sorter

MIT License
87 stars 28 forks source link

add support for editorconfig #62

Open xenoterracide opened 4 years ago

xenoterracide commented 4 years ago

instead of requiring explicit configuration for indentation, support editorconfig

https://editorconfig.org

there is a vscode editor config plugin, I'm not certain whether it's possible to ask it for its settings if it's installed, if it is I'd be ok with that.

daidodo commented 4 years ago

Hi @xenoterracide, have you tried JS/TS Import/Export Sorter which does exactly what you want?

xenoterracide commented 4 years ago

I have not... but does it work with the eslint rule as well? we are using eslint, prettier, and editorconfig in conjunction with each other.