Skip to content

18.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jun 09:16
· 10 commits to refs/heads/main since this release
503051b

What’s Changed

Added

An optional new rule to enforce adding Jira ticket references as part of TODO / FIXME comments is now available.

To turn this on add the below to your linting config:

// All TODO/FIXME's should have a JIRA reference.
'@skyscanner/rules/no-jira-todo': 'error',

Updated