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
I've set "lintOnSave": true and "lintConfFile" to the path where my config.json file is. However, my files won't get linted on save. I always get a "successfully compiled", even though I know that it is not lint-free.
Also, it would be great to just put the config right into the "lintConfFile"-String, like this:
I have the same issue.
better-coffeescript is the only package installed, coffeescript compile works. I have coffeelint at the same path than coffee, but when saving, or even when calling the command "Coffee: Lint" (as specified in #58), ST3 always tell me "No Lint errors". This happens even with a file full of syntax errors.
I've set
"lintOnSave": true
and"lintConfFile"
to the path where my config.json file is. However, my files won't get linted on save. I always get a "successfully compiled", even though I know that it is not lint-free.Also, it would be great to just put the config right into the
"lintConfFile"
-String, like this:The text was updated successfully, but these errors were encountered: