1.1.7 • Published 5 years ago

eslint-plugin-empty-todo-tags v1.1.7

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

eslint-plugin-empty-todo-tags

Detect TODO tags that do not have a jira ticket number attached to them

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-empty-todo-tags:

$ npm install eslint-plugin-empty-todo-tags --save-devs

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-empty-todo-tags globally.

Usage

Add empty-todo-tags to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "empty-todo-tags"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "empty-todo-tags/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here
1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago