fix : sprint3 스터디 퍼널 개선 #191
ci.yml
on: pull_request
lint
1m 20s
typecheck
1m 23s
prettier
1m 4s
build
2m 52s
storybook
1m 27s
security
1m 25s
Annotations
1 error and 10 warnings
|
prettier
Process completed with exit code 1.
|
|
lint:
src/api/strapi/api/fetch-articles.ts#L40
Unexpected any. Specify a different type
|
|
lint:
src/api/strapi/api/fetch-articles.ts#L11
Unexpected any. Specify a different type
|
|
lint:
src/api/strapi/api/common-strapi-fetch.ts#L19
Usage of "null" is deprecated except when describing legacy APIs; use "undefined" instead
|
|
lint:
src/api/client/axiosV2.ts#L75
Usage of "null" is deprecated except when describing legacy APIs; use "undefined" instead
|
|
lint:
src/api/client/axiosV2.ts#L71
Unexpected any. Specify a different type
|
|
lint:
src/api/client/axiosV2.ts#L40
Usage of "null" is deprecated except when describing legacy APIs; use "undefined" instead
|
|
lint:
src/api/client/axios.ts#L75
Usage of "null" is deprecated except when describing legacy APIs; use "undefined" instead
|
|
lint:
src/api/client/axios.ts#L71
Unexpected any. Specify a different type
|
|
lint:
src/api/client/axios.ts#L40
Usage of "null" is deprecated except when describing legacy APIs; use "undefined" instead
|
|
lint:
src/api/client/api-error.ts#L8
Missing accessibility modifier on method definition constructor
|