Package Exports
- coffeelint-still-todo
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (coffeelint-still-todo) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
coffeelint-still-todo
CoffeeLint rule that checks for TODO comments.
Installation
npm install -g coffeelint-still-todo
Usage
Add the following configuration to coffeelint.json
:
"still_todo": {
"level": "warn",
"module": "coffeelint-still-todo"
}
default level is ignore
Configuration
There are currently no configuration options
If you want this to be specific to a project then
npm install coffeelint-still-todo
and in the project coffeelint.json
"still_todo": {
"level": "warn",
"module": "/path/to/project/node_modules/coffeelint-still-todo"
}