1.2.0 • Published 1 year ago

eslint-plugin-jira-ticket-todos v1.2.0

Weekly downloads
314
License
ISC
Repository
github
Last release
1 year ago

eslint-plugin-jira-ticket-todos Version Badge

===================

github actions Maintenance Status NPM version

Jira todo linting check for eslint

Installation

npm:

npm install eslint eslint-plugin-jira-ticket-todos --save-dev

yarn:

yarn add -D eslint eslint-plugin-jira-ticket-todos

It is also possible to install ESLint globally rather than locally (using npm install -g eslint). However, this is not recommended, and any plugins or shareable configs that you use must be installed locally in either case.

Configuration (legacy: .eslintrc*)

If you do not use a preset you will need to specify individual rules and add extra configuration.

Add "jira-ticket-todos" to the plugins section.

{
  "plugins": [
    "jira-ticket-todos"
  ]
}

Enable the rules that you would like to use.

{
  "rules": {
    "jira-ticket-todos/jira-ticket-todos": "error",
    "jira-ticket-todos/jira-ticket-todos": ["error", {"matchString": "TODO[:\-.]?", "ignoreCase":  true }]
  }
}
1.2.0

1 year ago

1.1.14

5 years ago

1.1.13

5 years ago

1.1.12

5 years ago

1.1.11

5 years ago

1.1.10

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

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.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago