-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to ESLint 9.11 and typescript-eslint 8.11 #82
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, but missing beachball changes
i assume this should be a new major ver of this pkg, and wed want to start off with pre-releases?
Co-authored-by: Arun George <[email protected]>
Just added the beachball changes, but might need some help w/ publishing pre-releases if you all think those are necessary... |
Just a GH action to trigger, I can do it after merge. |
Since ESLint v8.x reaches end of life this weekend, it's time for us to start work on updating to v9.
This is currently blocked waiting on two dependencies to update:
So far I've only tested these changes in itwinjs-core.
We will also need to decide what to do about stylistic rules - these have moved out of typescript-eslint to @stylistic/eslint-plugin-ts, but the stylistic rules overall are discouraged by typescript-eslint. We may want to consider prettier or dprint...