You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
In my projects all .d.ts files are automatically generated and I don't want to lint them. This means that I can't just `tslint **.ts" because that'd include them as well. What I end up doing is
I'd like a way to do this in config. Perhaps an ignore block in tslint.json?
For instance, Atom insists on linting the .d.ts files in my typings directory, which rarely conform to my tslint config because they come from the wider world. Also those files can be enormous (react.d.ts is 2200+ lines) so it'd probably shave off some loading time if they weren't linted.
In my projects all .d.ts files are automatically generated and I don't want to lint them. This means that I can't just `tslint **.ts" because that'd include them as well. What I end up doing is
which is really annoying.
Related: #692 #680
The text was updated successfully, but these errors were encountered: