When using the VS Code extension in combination with a coffeelint.json that extends our own node module with linter rules. coffeelint.json ``` { "extends": "@ttab/coffeescript-style" } ``` The result is that the default rules from the extension is applied.
When using the VS Code extension in combination with a coffeelint.json that extends our own node module with linter rules.
coffeelint.json
The result is that the default rules from the extension is applied.