Skip to content

chrislaughlin/eslint-plugin-time-bomb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published