Refactor index.ts to include console.log statement for debugging #19
Annotations
10 errors
ci:
src/index.ts#L3
Replace `'./types'` with `"./types";`
|
ci:
src/index.ts#L29
Insert `;`
|
ci:
src/index.ts#L33
Delete `⏎`
|
ci:
src/index.ts#L38
English text in string literals is not allowed
|
ci:
src/index.ts#L43
English text in string literals is not allowed
|
ci:
src/index.ts#L48
English text in string literals is not allowed
|
ci:
src/index.ts#L51
Identifier 'team_id' is not in camel case
|
ci:
src/index.ts#L54
Delete `··`
|
ci:
src/index.ts#L56
Unexpected console statement
|
ci:
src/index.ts#L56
Replace `'req',·req)` with `"req",·req);`
|