You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change adds support for eslint v9. All three example projects have been updated to use the latest eslint, and the root package's dev and peer deps have been updated.
In order to make this work with both v9 and older versions, I had to update the parser options helper to adjust the config passed into the `RuleTester`.
It was also necessary update jest to a newer version, in order to resolve eslint's use of `node:fs/promises`.
Note: the removed test cases are exact duplicates of other tests. v9 fails tests when its determined to be an exact duplicate.
0 commit comments