Add only single line comments #43
Annotations
10 errors and 4 warnings
Lint Codebase:
__test__/main.test.ts#L1
'findTodos' is defined but never used
|
Lint Codebase:
__test__/main.test.ts#L3
'__diff' is assigned a value but never used
|
Lint Codebase:
src/main.ts#L4
'start' is defined but never used
|
Lint Codebase:
src/main.ts#L71
'todos' is already declared in the upper scope on line 56 column 9
|
Lint Codebase:
src/main.ts#L83
Expected '===' and instead saw '=='
|
Lint Codebase:
src/main.ts#L85
Expected property shorthand
|
Lint Codebase:
src/main.ts#L109
'comments' is assigned a value but never used
|
Lint Codebase:
src/main.ts#L125
Unexpected constant condition
|
Lint Codebase:
src/main.ts#L136
'todo' is already declared in the upper scope on line 135 column 16
|
Lint Codebase:
src/main.ts#L137
'todo' is already declared in the upper scope on line 135 column 16
|
Lint Codebase:
.github/linters/tsconfig.json#L1
File ignored by default.
|
Lint Codebase:
.prettierrc.json#L1
File ignored by default.
|
Lint Codebase:
__test__/main.test.ts#L17
Some tests seem to be commented
|
Lint Codebase:
__test__/main.test.ts#L18
Some tests seem to be commented
|