znikola / es6-typescript-import-sorter

GNU General Public License v3.0
0 stars 0 forks source link

Read tslint.json #17

Open znikola opened 6 years ago

znikola commented 6 years ago

Instead of inventing our own custom configuration, we can just read the relevant configuration from the tslint.json file.

Investigate the most common linting rules for imports. Implement a logic to search for and read the tsling.json file

LTiger14 commented 5 years ago

There should be a flag to allow this feature on or off. I think by default it should be false.