v1.0.0
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
eslintpeer 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).