refactor: enable TS strict mode #2152
Annotations
10 errors
src/cmds/categories/create.ts#L68
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
src/cmds/categories/create.ts#L73
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
src/cmds/categories/create.ts#L76
'title' is possibly 'undefined'.
|
src/cmds/categories/create.ts#L94
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
src/cmds/categories/index.ts#L24
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
src/cmds/categories/index.ts#L28
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
src/cmds/changelogs.ts#L45
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
src/cmds/custompages.ts#L45
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
src/cmds/docs/edit.ts#L48
Property 'run' in type 'DocsEditCommand' is not assignable to the same property in base type 'Command'.
|
src/cmds/docs/edit.ts#L58
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
The logs for this run have expired and are no longer available.
Loading