Initial Version #25
Annotations
7 errors and 9 warnings
Lint Codebase:
src/main.ts#L17
'unchangedDoc' is never reassigned. Use 'const' instead
|
Lint Codebase:
src/main.ts#L18
'unknownTags' is never reassigned. Use 'const' instead
|
Lint Codebase:
src/main.ts#L146
'tagsToUrls' is never reassigned. Use 'const' instead
|
Lint Codebase:
src/main.ts#L165
Prefer for...of instead of Array.forEach
|
Lint Codebase:
src/main.ts#L181
Prefer for...of instead of Array.forEach
|
Lint Codebase:
src/main.ts#L276
Unexpected string concatenation
|
Lint Codebase:
src/utils.ts#L85
'commitHash' is assigned a value but never used
|
Lint Codebase:
.github/linters/tsconfig.json#L1
File ignored by default.
|
Lint Codebase:
.prettierrc.json#L1
File ignored by default.
|
Lint Codebase:
src/main.ts#L98
Forbidden non-null assertion
|
Lint Codebase:
src/main.ts#L106
Forbidden non-null assertion
|
Lint Codebase:
src/main.ts#L107
Forbidden non-null assertion
|
Lint Codebase:
src/main.ts#L150
Forbidden non-null assertion
|
Lint Codebase:
src/main.ts#L202
Forbidden non-null assertion
|
Lint Codebase:
src/main.ts#L220
Forbidden non-null assertion
|
Lint Codebase:
src/utils.ts#L86
Forbidden non-null assertion
|