Install Coffee Lint via VSCode market.
Linter for CoffeeScript, which integrates CoffeeLint into VS Code.
If you are new to CoffeeLint check the documentation here.
This extension contributes the following settings:
-
coffeelinter.enable
: enable/disable coffeelint. Is enabled by default. -
coffeelinter.defaultRules
: default rules for coffeelint. You can modify it or overwrite it by adding a coffeelint.json file in the root of your workspace.
-
Extension itself in ./coffeelint
-
Language server in ./coffeelint-server
Based on coffeelint