eslint-plugin-jira-ticket-todo-comment
Version:
Checks TODO comments and informs about missing Jira (or other issue tracking system) ticket mentions
27 lines (19 loc) • 820 B
Markdown
# Changelog
## 1.0.6
* fix: support ESLint 10
* chore: update repository lint and test tooling to ESLint 10
## 1.0.5
* feat: Add a message option to override the default warning message [#11](https://github.com/bamboechop/eslint-plugin-jira-ticket-todo-comment/pull/11)
## 1.0.4
* fix: hardcoded `TODO` check
## 1.0.3
* feat: make regex case-insensitive to catch `TODO`, `todo`, `Todo`, `ToDo` and any other combination
## 1.0.2
* chore(#9): remove dependency `requireindex`
* chore: updated dependencies to fix 2 moderate vulnerabilities
* chore: added `CHANGELOG.md` file
## 1.0.1
* fix(#7): fixed wrong link in package.json repository.url
* fix(#7): fixed wrong link in lib/rules/jira-ticket-todo-comment.js
## 1.0.0
* 🎉🎉 First release of eslint-plugin-jira-ticket-todo-comment