feat(keep-unique): new command #50
Annotations
13 errors
typecheck:
src/commands/inline-arrow.test.ts#L11
Type 'null' is not assignable to type 'string | ((output: string) => void) | undefined'.
|
typecheck:
src/commands/inline-arrow.test.ts#L12
Type 'string' is not assignable to type 'number | (string | Partial<LintMessage>)[] | ((errors: LintMessage[]) => void) | undefined'.
|
typecheck:
src/commands/no-shorthand.test.ts#L18
Type 'null' is not assignable to type 'string | ((output: string) => void) | undefined'.
|
typecheck:
src/commands/no-shorthand.test.ts#L19
Type 'string' is not assignable to type 'number | (string | Partial<LintMessage>)[] | ((errors: LintMessage[]) => void) | undefined'.
|
typecheck:
src/commands/no-type.test.ts#L81
Type 'null' is not assignable to type 'string | ((output: string) => void) | undefined'.
|
typecheck:
src/commands/no-type.test.ts#L82
Type 'string' is not assignable to type 'number | (string | Partial<LintMessage>)[] | ((errors: LintMessage[]) => void) | undefined'.
|
typecheck:
src/commands/to-arrow.test.ts#L14
Type 'null' is not assignable to type 'string | ((output: string) => void) | undefined'.
|
typecheck:
src/commands/to-arrow.test.ts#L15
Type 'string' is not assignable to type 'number | (string | Partial<LintMessage>)[] | ((errors: LintMessage[]) => void) | undefined'.
|
typecheck:
src/commands/to-for-of.test.ts#L60
Type 'null' is not assignable to type 'string | ((output: string) => void) | undefined'.
|
typecheck:
src/commands/to-function.test.ts#L10
Type 'null' is not assignable to type 'string | ((output: string) => void) | undefined'.
|
lint:
src/commands/keep-unique.ts#L1
'CommandContext' is defined but never used
|
lint:
src/commands/keep-unique.ts#L1
'Tree' is defined but never used
|
lint
Process completed with exit code 1.
|