Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Replace deprecated rules #770

Open
fabulousgk opened this issue Oct 26, 2024 · 1 comment
Open

Replace deprecated rules #770

fabulousgk opened this issue Oct 26, 2024 · 1 comment

Comments

@fabulousgk
Copy link

These rules are deprecated and should be removed from the configs...

no-buffer-constructor
no-return-await
no-empty-interface

@fregante
Copy link
Member

They need to be replaced with:

no-return-await has been inexplicably dropped just because "it's not a perf improvement" anymore 🤷‍♂️ https://eslint.org/docs/latest/rules/no-return-await
Thankfully TS still has its own no-return-await. I think it can stay here until eslint actually drops the rule in v10

@fregante fregante changed the title Depricated rules Replace deprecated rules Oct 30, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants