1.2.0 • Published 3 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-devyarn:
yarn add -D eslint eslint-plugin-jira-ticket-todosIt 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
3 years ago
1.1.14
6 years ago
1.1.13
7 years ago
1.1.12
7 years ago
1.1.11
7 years ago
1.1.10
7 years ago
1.1.9
7 years ago
1.1.8
7 years ago
1.1.7
7 years ago
1.1.6
7 years ago
1.1.5
7 years ago
1.1.4
7 years ago
1.1.3
7 years ago
1.1.2
7 years ago
1.1.1
7 years ago
1.1.0
7 years ago
1.0.5
7 years ago
1.0.4
7 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago