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
@qqilihq : follow this tslint PR: palantir/tslint#3641 . It looks like you can set jsRules: true in tslint.json and it'll automatically apply any rules that aren't typescript specific.
Thanks for feedback! As chance will have it, we've now migrated all our JS files to TS, so I'm currently not able to give it a try, but I'll keep it in mind for future projects.
Great work, thank you. This is more a general question than an issue, still I would appreciate some input:
We currently have a mixture of ts/js files in our project and I'd like to lint the js files with tslint as well.
When using the
tslint:recommended
rules, there arejsRules
.tslint-config-standard
andtslint-eslint-rules
provide nojsRules
however.Is there any package or setting which I could use to have the 'JS Standard Style' linting for js files with tslint?
The text was updated successfully, but these errors were encountered: