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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

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
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.

1 participant