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
Originally we used only estree, but since we started handling TypeScript nodes in rules, We also use @typescript-eslint/types.
Now the mix confuses type checking.
We should remove estree from dependencies and refactor to use @typescript-eslint/types instead.
The text was updated successfully, but these errors were encountered:
Originally we used only
estree
, but since we started handling TypeScript nodes in rules, We also use@typescript-eslint/types
.Now the mix confuses type checking.
We should remove
estree
from dependencies and refactor to use@typescript-eslint/types
instead.The text was updated successfully, but these errors were encountered: