SoominHan / import-sorter

MIT License
87 stars 28 forks source link

Automatically use configuration from prettierrc #64

Open ghost opened 4 years ago

ghost commented 4 years ago

Currently I need to define a custom configuration file for every project because they might all have a different codestyle (different framework for example). It would be nice if this extension could import the settings from a prettierrc file so I don't have to manually reconfigure everything.

daidodo commented 4 years ago

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