Update dependency typescript to ~5.4.0 #1134
Annotations
7 errors
Check compilation errors:
src/rules/min-chained-call-depth/index.test.ts#L22
Object literal may only specify known properties, and 'ignoreChainDeeperThan' does not exist in type '{ maxLineLength: number; }'.
|
Check compilation errors:
src/rules/min-chained-call-depth/index.test.ts#L54
Type '[{ maxLineLength: number; }]' is not assignable to type 'readonly [{ maxLineLength: number; }, { ignoreChainDeeperThan: number; }]'.
|
Check compilation errors:
src/rules/min-chained-call-depth/index.test.ts#L62
Type '[{ maxLineLength: number; }]' is not assignable to type 'readonly [{ maxLineLength: number; }, { ignoreChainDeeperThan: number; }]'.
|
Check compilation errors:
src/rules/min-chained-call-depth/index.test.ts#L75
Object literal may only specify known properties, and 'ignoreChainDeeperThan' does not exist in type '{ maxLineLength: number; }'.
|
Check compilation errors:
src/rules/min-chained-call-depth/index.test.ts#L155
Type '[{ maxLineLength: number; }]' is not assignable to type 'readonly [{ maxLineLength: number; }, { ignoreChainDeeperThan: number; }]'.
|
Check compilation errors:
src/rules/min-chained-call-depth/index.ts#L122
Property 'ignoreChainDeeperThan' does not exist on type '{ maxLineLength: number; }'.
|
Check compilation errors
Process completed with exit code 2.
|
Loading