-
Notifications
You must be signed in to change notification settings - Fork 36
Option to force lint by file extension or scope #372
Comments
This is a bug with JSHint has no support for JSX so unfortunately that scope can't be added to the list of allowed scopes here. |
Closing as a duplicate of #348, I wish there was more that could be done here. I would just recommend using the built in |
It's not a duplicate, I'm asking for a field in the settings for force scopes to be linted, configurable by the user. I already do that editing the I use |
I'd definitely be open to that, we have something similar in |
There's a chance of adding a option forcing the linter to lint all files ending with
.js
? I want to use it with the packagelanguage-babel
(primarily because of the es6 grammar), but it forces all JavaScript files tosource.js.jsx
. Maybe force to lint only certain scopes.The text was updated successfully, but these errors were encountered: