Skip to content

Commit

Permalink
Merge pull request #8 from bamboechop/bugfix/#7-repository-url
Browse files Browse the repository at this point in the history
Bugfix/#7 repository url
  • Loading branch information
bamboechop authored Jan 24, 2022
2 parents 0db49c3 + 37b7630 commit 3bcb22e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/rules/jira-ticket-todo-comment.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = {
category: `Best Practices`,
description: `Checks TODO comments and informs about missing Jira ticket mentions`,
recommended: true,
url: `https://github.com/bambuschop/eslint-plugin-jira-ticket-todo-comment`,
url: `https://github.com/bamboechop/eslint-plugin-jira-ticket-todo-comment`,
},
schema: [
{
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
},
"repository": {
"type": "git",
"url": "https://github.com/bambuschop/eslint-plugin-jira-ticket-todo-comment"
"url": "https://github.com/bamboechop/eslint-plugin-jira-ticket-todo-comment"
},
"scripts": {
"lint": "eslint .",
"test": "mocha tests --recursive"
},
"version": "1.0.0"
"version": "1.0.1"
}

0 comments on commit 3bcb22e

Please sign in to comment.