Skip to content
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 typescript-eslint to v8 #846

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

3flex
Copy link
Contributor

@3flex 3flex commented Dec 4, 2024

Updating this separately instead of combining the updates in #688 will make updating to ESLint 9 a bit easier.

This will conflict with #845 since that also updates these plugins, but to a different version. I'll rebase this if that one's merged first.

@@ -23,7 +23,6 @@ module.exports = {
}],

'@typescript-eslint/consistent-type-imports': ['error'],
'@typescript-eslint/type-annotation-spacing': ['error'],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this rule is still required then the ESLint Stylistic plugin will have to be added.

Happy to do that as part of this PR if this rule is essential.

Copy link
Member

@thornbill thornbill Dec 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add it... we will likely want additional rules from it in the future

@thornbill thornbill added dependencies Pull requests that update a dependency file npm labels Dec 4, 2024
Copy link

sonarqubecloud bot commented Dec 4, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file npm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants