We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It will be great if the coffee code is optionally linted with Coffee-Lint.
I don't see much point in having a separate coffee-lint plugin.
The text was updated successfully, but these errors were encountered:
Note that you can already use sbt-jshint on the produced coffeescript directly using something like:
JsTaskKeys.sourceDependencies in JshintKeys.jshint += CoffeeScriptKeys.coffeescript
However you'll have to relax a few jshint options (eqnull, boss) to do so.
Sorry, something went wrong.
No branches or pull requests
It will be great if the coffee code is optionally linted with Coffee-Lint.
I don't see much point in having a separate coffee-lint plugin.
The text was updated successfully, but these errors were encountered: