Closed rossiam closed 2 months ago
Latest commit: 2d36e2ff8b4a4cd51cf08baca586f504a334586c
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The build failed on ubuntu because many definitions for es-lint rules couldn't be found. It succeeded on the other platforms. I skimmed the release notes and the issues for the typescript-eslint
plugin and nothing jumped out at me; should we just re-run that test to see if it was a fluke?
The build failed on ubuntu because many definitions for es-lint rules couldn't be found. It succeeded on the other platforms. I skimmed the release notes and the issues for the
typescript-eslint
plugin and nothing jumped out at me; should we just re-run that test to see if it was a fluke?
It seems some rules have moved to new plugins. I must have forgotten to run the linter locally. I don't know why the other environments succeeded.
To fix it, I installed the @stylistic/eslint-plugin package, added @stylistic
to the plugins imported by eslint and updated the rules.
eslint-plugin-import
does not support eslint 9 and probably won't for a while