0.0.12 • Published 3 years ago

@dave-bernhard/eslint-plugin-jira-todo v0.0.12

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

@dave-bernhard/eslint-plugin-jira-todo

Any todo comment must have an associated JIRA ticket

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install @dave-bernhard/eslint-plugin-jira-todo:

npm install @dave-bernhard/eslint-plugin-jira-todo --save-dev

Usage

Add @dave-bernhard/jira-todo to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": ["@dave-bernhard/jira-todo"]
}

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

{
    "rules": {
        "@dave-bernhard/jira-todo/todo-jira-ticket": 2
    }
}

Or use the recommended configuration for the plugin:

{
    "plugins": ["@dave-bernhard/jira-todo"],
    "extends": ["plugin:@dave-bernhard/jira-todo/recommended"]
}

Supported Rules

  • todo-jira-ticket
0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago