Releases: josh-stillman/lintier
Releases · josh-stillman/lintier
v3.3.0
v3.2.0
Add eslint-plugin-react-hooks now that it is compatible with ESLint 9.
v3.1.0
- Include eslint-plugin-n for node projects.
- Use remote list of known working pinned versions in this repository.
- Add action to bump list of known working versions after a successful e2e test run.
v3.0.0
What's Changed
- Upgrade to ESLint 9 and remove incompatible dependencies. Update configs to use new "flat config" format.
- Add option to fall back to last-known working pinned dependency versions instead of latest dependency versions.
- Update E2E tests and remove dependency on snowpack.
Full Changelog: v2.1.0...v3.0.0
Fix: Update eslint-config-airbnb-typescript installation
- Per breaking change in eslint-config-airbnb-typescript, revert to installing airbnb config separately.
- Pin execa version to common-js version to fix e2e test.
Bump major version; finalize readme and gif
v2.0.0 Finalize readme and add gif; bump major version
Update logging colors
v1.4.0 Fix success message colors
Trim distributed package; update logging and readme
v1.3.0 Trim published package; update logging and readme
fix npm publish script for npx usage
v1.2.0 Fix publish GitHub action
Add lint-staged
v1.1.0 Add lint-staged