eslint-plugin-time-bomb

1.0.0 • Public • Published

Eslint TODO time bomb

A eslint rule that will fail after a TODO comment due date.

To install

npm i -D eslint-plugin-time-bomb

Add to eslint config

...
plugins: [
    "time-bomb"
]
...

rules: {
    "time-bomb/time-bomb" : ["error"],
}

To use: Add a comment to your code in the following format:

//TODO: some sort of message - MM/DD/YYYY

e.g.

//TODO: get some sleep - 12/29/2020

Versions

Current Tags

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

Version History

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

Package Sidebar

Install

npm i eslint-plugin-time-bomb

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

1.62 kB

Total Files

3

Last publish

Collaborators

  • chrislaughlin