Hotell / typescript-lib-starter

Typescript library starter
MIT License
259 stars 26 forks source link

scripts/migrate: implement proper tslint merge resolution #133

Open Hotell opened 5 years ago

Hotell commented 5 years ago

Feature request

Use case(s)

we are not updating tslint.json in existing project. Currently migrate script just echoes that nothing was updated, because it does no-op. This should be fixed/implemented. All we need to do is to find out how to properly merge .jsonc files ( json files with comments )