ESLint configuration for Vue 3 + TypeScript projects
MIT License
128
stars
30
forks
source link
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 3Solution suggestion:
Use
identifier ToKeywordKind(identifier)
instead oforiginalKeywordKind