Currently the extension only works on js files and I don't see an option nor get it enabled for jsx files.
Since jshint doesn't support file extensions this out of the box (like jscs does), extensions on other editors have implemented this functionality themselves.
It would be great if the configuration could support setting custom file extensions to enable working in .ts, .tsx, .jsx and other possible extensions out there.
I'd propose a setting similar to jscs' own setting:
Currently the extension only works on js files and I don't see an option nor get it enabled for jsx files. Since jshint doesn't support file extensions this out of the box (like jscs does), extensions on other editors have implemented this functionality themselves.
It would be great if the configuration could support setting custom file extensions to enable working in .ts, .tsx, .jsx and other possible extensions out there.
I'd propose a setting similar to jscs' own setting: