0.0.1 • Published 9 years ago
coffeelint-generator-test v0.0.1
coffeelint-generator-test
generator-coffeelint test rule: this should always fail
Installation
- Setup CoffeeLint in your project and verify that it works
- Add this module as a
devDependency
:npm install -D coffeelint-generator-test
- Update your
coffeelint.json
configuration file as described below.
Configuration
Add the following snippet to your coffeelint.json
config:
{
"generator_test": {
"module": "coffeelint-generator-test",
"level": "warn"
}
}