DefinitelyTyped / tsd

[DEPRECATED] TypeScript Definition manager for DefinitelyTyped
Apache License 2.0
1.12k stars 135 forks source link

Automatically adding tsling ignore directive. #268

Closed rafalwrzeszcz closed 8 years ago

rafalwrzeszcz commented 8 years ago

It's currently very hard to use tsd and tslint together, especially in automated builds with Gulp etc. as tslint lacks option to ignore certain files.

As implementing ignore option in tslint seems to stuck (palantir/tslint#73) I thought that maybe it could be handled on tsd side by automatically adding ignore header so the file is not linted.

blakeembrey commented 8 years ago

This won't be merged since it's subjective, but you're welcome to continue using your own fork. Another thing is, you can actually just modify tsd.d.ts yourself before the task in your gulpfile.