Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jul 17:36
· 8 commits to main since this release
9df6cfa

Major Changes

  • 601e5bd: Update to eslint 9, apps will need to be on eslint 9+ alongside this
    update. They will also need to convert their .eslintrc and .eslintignore into
    the new format of eslint.config.mjs. Here is a migration guide that goes over
    the basics https://eslint.org/docs/latest/use/configure/migration-guide. For
    general usage and a sample eslint.config.mjs see the updated readme in this
    repo.

Patch Changes