Skip to content
This repository was archived by the owner on Feb 4, 2026. It is now read-only.

Releases: IGNE-Agency/code-consistency

@igne-agency/eslint-config-igne@2.0.1

11 Nov 10:52

Choose a tag to compare

Patch Changes

  • 546e2b1: Fixed package name in main readme

@igne-agency/eslint-config-igne@2.0.0

27 Oct 08:26

Choose a tag to compare

Implements eslint flat config with eslint 9.

BREAKING CHANGES: see the changelog for 2.0.0-rc0.

@igne-agency/eslint-config-igne@1.6.0

25 Oct 10:01

Choose a tag to compare

Minor Changes

  • e42ebf5: Added react and JSX globals so eslint doesn't complain about typescript references. Fixes #11.

    If you added these globals yourself in your config, you can remove them.

  • 2ed5f67: Added typescript-eslint plugin, so consumers don't need to add it themselves anymore. Fixes #12.


All entries below this point are pre-changesets


1.5.0 (2024-07-08)

Bug Fixes

  • also lint jsx files (b7f6582)
  • eslint: ignore package related files (7181f2f)
  • import rules were not properly exported (86647b5)

Features

  • eslint: add expo config (2e32a22)
  • eslint: added import sorting (a76f81b)
  • eslint: moved rules to separate files (9ac0ae3)