Skip to content

Releases: sawyerh/eslint-plugin-todo-plz

v1.3.0

12 Sep 01:47
34f6498
Compare
Choose a tag to compare

What's Changed

  • Add description option. Allows customizing the error message shown.

New Contributors

1.2.1

16 Oct 01:08
Compare
Choose a tag to compare

Changes

  • Provide a link to the rule's documentation in IDE's that support it (like VSCode). See #4. Thank you @DerZyklop

1.2.0

12 May 01:45
Compare
Choose a tag to compare

Changes

Added a commentPattern option to override the overall comment pattern that matches both term and ticket. When used, term and pattern options are ignored. Expects a regex string.

For example, let's say your IDE or tooling expects a different comment pattern such as TODO: [PROJ-123], you would configure this rule like:

{
  "rules": {
    "todo-plz/ticket-ref": ["error", { "commentPattern": "TODO:\\s\\[(PROJ-[0-9]+[,\\s]*)+\\]" }]
  }
}

Thank you @utluiz for the contribution 🎉

1.1.0

18 Jul 16:01
Compare
Choose a tag to compare
v1.1.0

v1.1.0

1.0.1

17 Jul 02:23
Compare
Choose a tag to compare
v1.0.1

Add missing NPM package fields

1.0.0

17 Jul 01:38
Compare
Choose a tag to compare
v1.0.0

v1.0.0