Skip to content

Commit

Permalink
more detailed changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
joephela committed Jul 11, 2024
1 parent fc58dd2 commit ff53434
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .changeset/tidy-steaks-arrive.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@
'eslint-plugin-widen': major
---

Update to eslint 9. Apps will need to be on eslint 9+ alongside this update.
Update to eslint 9, Apps will need to be on eslint 9+ alongside this update.
They will also need to convert their .eslintrc and .eslint ignore 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.

0 comments on commit ff53434

Please sign in to comment.