pzavolinsky / ts-unused-exports

ts-unused-exports finds unused exported symbols in your Typescript project
MIT License
749 stars 49 forks source link

Format all files to avoid future conflicts #51

Closed mrseanryan closed 5 years ago

mrseanryan commented 5 years ago

This PR does not change any code. The only change was to save all files in Visual Code so that the files are all formatted the same.

note: the formatting is already setup in .editorConfig

The intention is that future PRs won't need to deal with 'silly' merge conflicts caused by formatting.