microsoft / dtslint

A utility built on TSLint for linting TypeScript declaration (.d.ts) files.
MIT License
925 stars 86 forks source link

replace tslint with eslint for repo itself #318

Closed 43081j closed 3 years ago

43081j commented 3 years ago

I opened #305 ages back to move dtslint off tslint completely, as it has been deprecated for a very long time now.

however that turned out to be a huge task so im just trying to split it up a bit.

this PR moves the repo itself to being linted by eslint rather than tslint, but leaves the source roughly the same (using tslint).

some notes:

43081j commented 3 years ago

Great, thanks a lot for taking time to pick it up and get it merged 👍