Skip to content

Commit

Permalink
chore: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benhodgson87 authored Jun 18, 2024
1 parent eb05e38 commit c09ee05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Lint for any Jira ticket format, eg `FOO-123`, `BAR-234`, `BAZ-345`
Only allow tickets from three specific projects; `SPECIFIC-123`, `JIRA-234`, `PROJECT-345`. `FOO-456` would be rejected.

```ts
^\b(SPECIFIC|JIRA|PROJECT)\b-[0-9]+$
^((SPECIFIC|JIRA|PROJECT)-[0-9]+)$
```

### Skipping scope linting
Expand Down

0 comments on commit c09ee05

Please sign in to comment.