sublime-better-coffeescript
sublime-better-coffeescript copied to clipboard
[FEATURE][BUG] Lint is not working
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:
"lintConfFile": {
"arrow_spacing": {
"name": "arrow_spacing",
"level": 1
}
}
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.