Closed
Description
Suggestion
Now that #9002 is merged, our v8
branch supports ESLint v9. Yay! But, #9002 didn't actually bump our internal devDependency
. #9002 (comment) mentions the three plugins whose lack of ESLint v9 support were blocking us.
But, now that https://eslint.org/blog/2024/05/eslint-compatibility-utilities exists, we should be able to move to ESLint v9 without losing our preferred linting. Which would be great. Accepting PRs to our v8
branch to bring back the bump of our "eslint"
devDependency
from 8 to 9.
💖