18.2.0
github-actions
released this
13 Jun 09:16
·
10 commits
to refs/heads/main
since this release
What’s Changed
Added
- Bump eslint-plugin-rules to v1.2.0 (#741) @youngji0827
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
- Bump eslint-plugin-jest from 28.5.0 to 28.6.0 (#739) @dependabot
- Bump @typescript-eslint/eslint-plugin from 7.9.0 to 7.12.0 (#738) @dependabot
- Bump @typescript-eslint/parser from 7.8.0 to 7.12.0 (#737) @dependabot
- Bump prettier from 3.2.5 to 3.3.1 (#736) @dependabot
- Bump eslint-plugin-jest from 28.2.0 to 28.5.0 (#730) @dependabot
- Bump @typescript-eslint/eslint-plugin from 7.8.0 to 7.9.0 (#728) @dependabot