Initial Version #27
Annotations
8 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#L182
Prefer for...of instead of Array.forEach
|
Lint Codebase:
src/main.ts#L225
Unexpected any. Specify a different type
|
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#L203
Forbidden non-null assertion
|
Lint Codebase:
src/main.ts#L221
Forbidden non-null assertion
|
Lint Codebase:
src/utils.ts#L86
Forbidden non-null assertion
|