This repository was archived by the owner on Feb 4, 2026. It is now read-only.
Releases: IGNE-Agency/code-consistency
Releases · IGNE-Agency/code-consistency
@igne-agency/eslint-config-igne@2.0.1
Patch Changes
- 546e2b1: Fixed package name in main readme
@igne-agency/eslint-config-igne@2.0.0
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
Minor Changes
-
e42ebf5: Added
reactandJSXglobals 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)