Skip to content

Commit

Permalink
Correct form of "support"
Browse files Browse the repository at this point in the history
  • Loading branch information
piecioshka committed Nov 22, 2023
1 parent 37f47c3 commit 8357f82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ This way, we will always have a point of contact for the person we can ask for h
## Features

- ✅ Validate format of TODOs in comments _(default valid format is `TODO(label): any text here`)_
-Support passing a custom pattern
-Support 8 comment types: `TODO`, `NOTE`, `COMMENT`, `FIXME`, `BUG`, `HACK`, `INFO`, `XXX`
-Supports passing a custom pattern
-Supports 8 comment types: `TODO`, `NOTE`, `COMMENT`, `FIXME`, `BUG`, `HACK`, `INFO`, `XXX`

## Installation

Expand Down
2 changes: 1 addition & 1 deletion src/rules/todo-with-label.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
meta: {
type: "suggestion",
docs: {
description: "Support TODO comments with a label in parentheses",
description: "Supports TODO comments with a label in parentheses",
recommended: true,
},
messages: {
Expand Down

0 comments on commit 8357f82

Please sign in to comment.