coffeelint icon indicating copy to clipboard operation
coffeelint copied to clipboard

Lint your CoffeeScript.

Results 87 coffeelint issues
Sort by recently updated
recently updated
newest added

Hey there! I'd like to report a security issue but cannot find contact instructions on your repository. If not a hassle, might you kindly add a `SECURITY.md` file with an...

Thinking that I would contribute to this project, I created a fork, then cloned that on my local machine. I tried running 'npm test' and it failed. Then, thinking that...

I created a custom JSON config file, then I modified one of the keys. coffeelint croaked on the first character in the file, which turned out to be a UTF-8...

The 3 rules didn't work. `no_interpolation_in_single_quotes` and `no_unnecessary_double_quotes` because `CoffeeScript.tokens` now always replaces `'` with `"` and checking if string is single quoted must be performed in a different way...

CoffeeLint currently loads its default configuration from `coffeelint.json`. Moving it to be a hidden dot file at `.coffeelint.json` or `.coffeelintrc` would mean it would: - Match some of the other...

Maybe 2.0

https://downforeveryoneorjustme.com/www.coffeelint.org

The filename and message columns are not escaped. Unescaped commas and newlines break the resulting CSV file. Here's an example output: ``` path,lineNumber,lineNumberEnd,level,message myfile.coffee,587,,error,Empty parameter list is forbidden myfile.coffee,593,,error,Empty parameter...

bug

Usage: ```coffeescript spacing: min_left: 1 min_right: 2 ``` This means that the space to the left of the assignment-colon has to be at least 1 whitespace; and the space to...

# Changes - Links a yeoman generator to scaffold out coffeelint rules. This generator provides the following: - a generated rule - linting - jasmine smoke test