docs: update input schema #61
Annotations
10 errors and 1 warning
lint:
code/src/configuration.ts#L4
There should be at least one empty line between import groups
|
lint:
code/src/configuration.ts#L120
Unexpected any. Specify a different type
|
lint:
code/src/crawler.ts#L1
There should be at least one empty line between import groups
|
lint:
code/src/entrypoint.ts#L1
There should be at least one empty line between import groups
|
lint:
code/src/hooks/initial-cookies.ts#L2
There should be at least one empty line between import groups
|
lint:
code/src/hooks/initial-cookies.ts#L24
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
code/src/input.ts#L1
There should be at least one empty line between import groups
|
lint:
code/src/main.ts#L1
There should be at least one empty line between import groups
|
lint:
code/src/models/model.ts#L4
There should be at least one empty line between import groups
|
lint:
code/src/models/models.ts#L2
`./openai.js` import should occur before import of `../types/model.js`
|
lint:
code/src/models/model.ts#L34
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|