style: 格式化代码 #29
Annotations
7 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint:
components/ScList/hook.ts#L6
React Hook useMemo has a missing dependency: 'scDocument.documentElement.clientHeight'. Either include it or remove the dependency array
|
Lint:
components/ScList/hook.ts#L53
React Hook useEffect has a missing dependency: 'scDocument'. Either include it or remove the dependency array
|
Lint:
entrypoints/content/comm.ts#L1
Exporting mutable 'let' binding, use 'const' instead
|
Lint:
entrypoints/content/index.tsx#L5
Fast refresh can't handle anonymous components. Add a name to your export
|
Lint:
entrypoints/content/utils.tsx#L19
Exporting mutable 'let' binding, use 'const' instead
|
Lint:
entrypoints/popup/App.tsx#L50
React Hook useEffect has a missing dependency: 'prevSwitchState'. Either include it or remove the dependency array
|
Loading