You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
The plugin currently is reporting errors at the spot where deprecated interfaces and enums (but not variables or classes) are defined, which seems wrong.
These cases incorrectly show errors at the line where the thing is defined:
Got it, thanks for clarifying. It's unfortunate that this doesn't have feature parity and isn't officially supported since typescript-eslint seems to have considered it "good enough" that they don't need to invest in properly supporting a deprecation rule like TSLint had. I'm trying to work on fixes for this and the other issue, but there's a pretty significant learning curve to understanding the ESTree API well enough to fix anything.
The plugin currently is reporting errors at the spot where deprecated interfaces and enums (but not variables or classes) are defined, which seems wrong.
These cases incorrectly show errors at the line where the thing is defined:
These cases behave correctly (no error at definition):
The text was updated successfully, but these errors were encountered: