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
ESLint: Parsing error: DeprecationError: 'originalkeywordkind' has been deprecated since v5.0.0 and can no longer be used. Use 'identifierToKeywordKind (identifier)' instead.
#77
It seems to be due to outdated @typescript-eslint/* versions. I guess it's from @vue/eslint-config-typescript v11?
Anyway, this issue should have been fixed in the latest release.
Problem:
Environment:
IDE: WebStorm
Config file:
.eslintrc.cjs
Framework: Vue 3
Solution suggestion:
Use
identifier ToKeywordKind(identifier)
instead oforiginalKeywordKind
The text was updated successfully, but these errors were encountered: