Add JS DOC #7
ci.yml
on: pull_request
lint
20s
typecheck
15s
Matrix: test
Annotations
8 warnings
|
lint:
src/vendor.ts#L58
Expected @param names to be "...args". Got "delay, callback, options"
|
|
lint:
src/vendor.ts#L30
Expected @param names to be "...args". Got "delay, callback, options"
|
|
lint:
src/string.ts#L69
Expected @param names to be "str, object, fallback". Got "str, args"
|
|
lint:
src/function.ts#L3
JSDoc @returns declaration present but return expression not available in function
|
|
lint:
src/array.ts#L227
Expected @param names to be "stop". Got "start, stop, step"
|
|
lint:
src/array.ts#L195
JSDoc @returns declaration present but return expression not available in function
|
|
lint:
src/array.ts#L149
JSDoc @returns declaration present but return expression not available in function
|
|
lint:
src/array.ts#L68
Expected @param names to be "array, f1". Got "array, filters"
|