coffeelint-still-todo

1.1.0 • Public • Published

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"
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    2
  • 1.0.0
    0

Package Sidebar

Install

npm i coffeelint-still-todo

Weekly Downloads

2

Version

1.1.0

License

MIT

Last publish

Collaborators

  • wayne-weibel