-
Notifications
You must be signed in to change notification settings - Fork 98
Conversation
@YuichiNukiyama thanks for the PR 💐 @YuichiNukiyama does tslint also support linting of react |
@YuichiNukiyama is there a configuration option in tslint.json to enable tslint in .js files? I'm testing it currently, but do not get tslint warnings in .js files |
@egamma Thanks for merging my PR.
TSLint hasn't supported .jsx files yet.
TSLint have new options. If you want to lint js file, you shoud add jsRules options to tslint.json.
|
@YuichiNukiyama thanks I could now test the JS support. Since JS is now supported, the extension also needs to activate for "onLanguage:javascript", I've pushed the change. I also noticed that I don't get validation/suggestions inside the The schema for |
I see. I'll try it. |
done 😄 |
excellent, thanks 🌷 |
@YuichiNukiyama regarding linting of .jsx files. It looks like this is now supported. Pls see palantir/tslint#1714. It is an easy change to enable tslint for |
I think so, too. I'll send PR. |
fix #51