feat: added Stack impl/ LeetCode 3062 finished in TypeScript - Xavier Cruz #6
Annotations
10 errors
build:
lesson_12/structs_ts/src/lesson12.ts#L13
Strings must use singlequote
|
build:
lesson_12/structs_ts/src/lesson12.ts#L19
'next' is never reassigned. Use 'const' instead
|
build:
lesson_12/structs_ts/src/lesson12.ts#L21
Strings must use singlequote
|
build:
lesson_12/structs_ts/src/lesson12.ts#L23
Forbidden non-null assertion
|
build:
lesson_12/structs_ts/src/lesson12.ts#L25
Forbidden non-null assertion
|
build:
lesson_12/structs_ts/src/lesson12.ts#L32
Strings must use singlequote
|
build:
lesson_12/structs_ts/src/lesson12.ts#L35
Strings must use singlequote
|
build:
lesson_12/structs_ts/src/lesson12.ts#L35
Strings must use singlequote
|
build:
lesson_12/structs_ts/src/list_node.ts#L5
Type number trivially inferred from a number literal, remove type annotation
|
build:
lesson_12/structs_ts/src/stack.ts#L11
'node' is never reassigned. Use 'const' instead
|