Skip to content

Releases: josh-stillman/lintier

v3.3.0

28 Oct 19:42
Compare
Choose a tag to compare

Fix and improve linting scripts added to package.json

v3.2.0

11 Oct 15:00
Compare
Choose a tag to compare

Add eslint-plugin-react-hooks now that it is compatible with ESLint 9.

v3.1.0

30 Sep 19:02
Compare
Choose a tag to compare
  • 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

26 Sep 18:53
Compare
Choose a tag to compare

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

29 Dec 04:00
Compare
Choose a tag to compare
  • 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

07 Jun 22:33
Compare
Choose a tag to compare
v2.0.0

Finalize readme and add gif; bump major version

Update logging colors

07 Jun 21:48
Compare
Choose a tag to compare
v1.4.0

Fix success message colors

Trim distributed package; update logging and readme

07 Jun 19:04
Compare
Choose a tag to compare
v1.3.0

Trim published package; update logging and readme

fix npm publish script for npx usage

29 May 20:36
Compare
Choose a tag to compare
v1.2.0

Fix publish GitHub action

Add lint-staged

29 May 15:44
Compare
Choose a tag to compare
v1.1.0

Add lint-staged