Skip to content

v1.0.0

Choose a tag to compare

@denniskigen denniskigen released this 04 Aug 20:24
· 2 commits to main since this release
8dd10a1

First stable release of @openmrs/eslint-config.

Graduates the package off the 0.x line ahead of the cross-repo O3 rollout, so consuming repositories can declare ^1.0.0 and absorb minor releases without per-repo version-bump PRs. The rule set is unchanged from 0.1.0, which was validated as a zero-new-findings migration in openmrs-esm-core#1827.

Changes since 0.1.0:

  • The eslint peer range is now ^9.39.0 (was >=9), matching the version the config is tested against. ESLint 10 support will come in a future release once the bundled plugins are validated against it.

See the README for usage, the migration guide, and the versioning policy (new rules land as warn in a minor and are promoted to error only in a major).