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

remove some risky TypeScript lint rules and upgrade to ESLint 9 #256

Merged
merged 7 commits into from
Oct 30, 2024

Conversation

vkarpov15
Copy link
Collaborator

@vkarpov15 vkarpov15 commented Oct 24, 2024

What this PR does:

We have a few TypeScript lint rules that are a bit risky, like allowing !. assertions, that I removed. For !., I left that as allowed in tests but not in runtime code.

I also upgraded to ESLint 9, which has an entirely new config format

Which issue(s) this PR fixes:
Fixes #

Checklist

  • Changes manually tested
  • Automated Tests added/updated
  • Documentation added/updated
  • CLA Signed: DataStax CLA

@vkarpov15 vkarpov15 requested a review from a team as a code owner October 24, 2024 16:26
@vkarpov15 vkarpov15 changed the title remove some risky TypeScript lint rules remove some risky TypeScript lint rules and upgrade to ESLint 9 Oct 25, 2024
@vkarpov15 vkarpov15 requested a review from kathirsvn October 29, 2024 15:09
Copy link
Contributor

@kathirsvn kathirsvn left a comment

Choose a reason for hiding this comment

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

LGTM

@vkarpov15 vkarpov15 merged commit 24368ab into main Oct 30, 2024
3 checks passed
@vkarpov15 vkarpov15 deleted the vkarpov15/lint-fixes branch October 30, 2024 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants