vercel / style-guide

Vercel's engineering style guide
Mozilla Public License 2.0
1.25k stars 33 forks source link

feat(eslint): upgrade @typescript-eslint/* #77

Closed gaspar09 closed 10 months ago

gaspar09 commented 10 months ago

Became an error in typescript@5.5.2

Parsing error: DeprecationError: 'originalKeywordKind' has been deprecated since v5.0.0 and can no longer be used. Use 'identifierToKeywordKind(identifier)' instead

fixes: https://github.com/vercel/style-guide/issues/78

gaspar09 commented 10 months ago

This is already fixed with version @typescript-eslint/*@6.5.0 in @vercel/style-guide