remove unused code & adjust verification code #94
Annotations
4 errors and 7 warnings
lint:
src/cli/cli.ts#L15
'validateTasks' is defined but never used
|
lint:
src/cli/cli.ts#L49
Missing semicolon
|
lint:
src/cli/cli.ts#L50
Expected a 'break' statement before 'case'
|
lint
Process completed with exit code 1.
|
lint:
src/cli/cli.ts#L14
Strings must use singlequote
|
lint:
src/cli/cli.ts#L15
Strings must use singlequote
|
lint:
src/cli/cli.ts#L41
Missing trailing comma
|
lint:
src/cli/cli.ts#L49
Missing trailing comma
|
lint:
src/load/loader.ts#L13
Strings must use singlequote
|
lint:
src/main.ts#L39
This line has a length of 85. Maximum allowed is 80
|
lint:
src/main.ts#L47
Expected to return a value at the end of async arrow function
|