1.2.0 • Published 2 years ago
eslint-plugin-jira-ticket-todos v1.2.0
eslint-plugin-jira-ticket-todos

===================
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
2 years ago
1.1.14
6 years ago
1.1.13
6 years ago
1.1.12
6 years ago
1.1.11
6 years ago
1.1.10
6 years ago
1.1.9
6 years ago
1.1.8
6 years ago
1.1.7
6 years ago
1.1.6
6 years ago
1.1.5
6 years ago
1.1.4
6 years ago
1.1.3
6 years ago
1.1.2
6 years ago
1.1.1
6 years ago
1.1.0
6 years ago
1.0.5
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago