Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
coffeelint-newline-after-function
Validate a newline policy after function definitiions
coffeescope2
coffeelint plugin that handles variables and their scope
coffeelint-newline-at-eof
Validate a newline policy at the end of each file
coffeelint-limit-newlines
Validate a newline limit policy
coffeelint-forbidden-regex
CoffeeLint rule that forbids specified regular expressions.
coffeelint-advanced-colon-assignment-spacing
Validate a spacing left and right of a colon assignment
coffeelint-forbidden-keywords
A CoffeeLint rule that forbids specified keywords
coffeelint-no-trailing-commas
Validate no trailing commas
coffeelint-throw-inside-async
Detects throw inside async functions
coffeelint-no-chai-getters
Coffeelint rule that detects code using a chai getter without function invocation
coffeelint-multiple-callback
Coffeelint rule that checks for callbacks being called multiple times
coffeelint-callback-handle-error
Coffeelint rule finds instances of error objects passed through a callback not being handled
coffeelint-no-implicit-returns
Checks for explicit returns in multi-line functions
coffeelint-ensure-named-args
A CoffeeLint rule that prohibits calling a function without first naming each argument
coffeelint-no-operation-expression
Coffeelint rule that detects code that doesn't do anything
coffeelint-taboo
coffeelint plugin that doesn't allow accessing certain identifiers (console, debugger, it.only, etc.)
coffeelint-no-explicit-parens
CoffeeLint plugin for prohibiting explicit parens in function calls.
coffeelint-min-colon-spacing
Validate a minimum spacing left and right of a colon assignment
coffeelint-ensure-super
Ensure super is called in certain methods.
coffeelint-no-multiline-addition
Check for addition that uses multiple lines. Use something like heredocs instead.