Skip to content

chore(eslint-config): css import는 가장 상단으로 import 되도록 정렬 룰 변경 #106

chore(eslint-config): css import는 가장 상단으로 import 되도록 정렬 룰 변경

chore(eslint-config): css import는 가장 상단으로 import 되도록 정렬 룰 변경 #106

Triggered via pull request September 29, 2024 05:43
Status Success
Total duration 1m 19s
Artifacts

ci.yml

on: pull_request
Install Dependencies
16s
Install Dependencies
check unit test & lint
45s
check unit test & lint
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Install Dependencies
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Install Dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Install Dependencies
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
check unit test & lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
check unit test & lint: packages/core/src/utils.ts#L2
tsdoc-undefined-tag: The TSDoc tag "@description" is not defined in this configuration
check unit test & lint: packages/react/src/hooks/useEffectOnce.ts#L4
React Hook useEffect has a missing dependency: 'effect'. Either include it or remove the dependency array
check unit test & lint: packages/react/src/hooks/useThrottleCallback.ts#L17
React Hook useCallback has a missing dependency: 'callback'. Either include it or remove the dependency array. If 'callback' changes too often, find the parent component that defines it and wrap that definition in useCallback
check unit test & lint: packages/react/src/hooks/useThrottleCallback.ts#L17
React Hook useCallback has a spread element in its dependency array. This means we can't statically verify whether you've passed the correct dependencies
check unit test & lint: packages/react/src/hooks/useUpdateEffect.ts#L13
React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
check unit test & lint: packages/react/src/hooks/useUpdateEffect.ts#L13
React Hook useEffect has missing dependencies: 'effect' and 'isFirst'. Either include them or remove the dependency array. If 'effect' changes too often, find the parent component that defines it and wrap that definition in useCallback