add ts-ignore to fix infinite type recursion #112
ci.yml
on: push
lint
44s
Build and push docker image
0s
Annotations
5 warnings
lint:
server/classes/project.ts#L130
Unexpected any. Specify a different type
|
lint:
server/rss.ts#L1
'IncomingMessage' is defined but never used
|
lint:
server/rss.ts#L1
'ServerResponse' is defined but never used
|
lint:
utility/datafetching.ts#L62
Unexpected any. Specify a different type
|
lint:
utility/datafetching.ts#L85
Do not use "@ts-ignore" because it alters compilation errors
|