Releases: maks-rafalko/eslint-plugin-proper-tests
Releases · maks-rafalko/eslint-plugin-proper-tests
Release list
Add ESLint 9 support and flat/recommended config
What's Changed
- Add ESLint 9 support and
flat/recommendedconfig by @maks-rafalko in #10 - Remove
eslint-plugin-jest-formattingsince it was integrated intoeslint-plugin-jestby @maks-rafalko in #11
Full Changelog: 2.0.0...2.1.0
Add support for `@typescript-eslint`@v8
What's Changed
- Upgrade plugin to
@typescript-eslintv8 by @maks-rafalko in #9
Full Changelog: 1.0.10...2.0.0
1.0.10
What's Changed
Changed:
- Enable plugin for recommended config so that developers can use the minimal eslint config by @maks-rafalko in #8
- Use
--report-unused-disable-directivesto report unused eslint-disable comments by @maks-rafalko in #5 - Report unused disable directives by @maks-rafalko in #6
Full Changelog: 1.0.9...1.0.10
1.0.9
Add new rule `no-long-arrays-in-test-each`
What's Changed
- Add new rule
no-long-arrays-in-test-eachby @maks-rafalko in #3
Full Changelog: 1.0.6...1.0.7
1.0.6
Add `no-mixed-expectatino-groups` to recommended shared config
Full Changelog: 1.0.4...1.0.5
1.0.4
Minor fixes after publishing
1.0.3 Update readme with correct plugin name
Automatic releases from GH Actions
1.0.2 Fix npm run build command