Skip to content

fix: claim shiki render #369

fix: claim shiki render

fix: claim shiki render #369

Triggered via push July 1, 2024 04:20
Status Success
Total duration 1m 4s
Artifacts

lint.yml

on: push
Matrix: Lint and Typecheck
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint and Typecheck (18.x): src/main/store.ts#L13
Unexpected any. Specify a different type
Lint and Typecheck (18.x): src/preload/index.ts#L18
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
Lint and Typecheck (18.x): src/preload/index.ts#L20
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
Lint and Typecheck (18.x): src/renderer/src/App.tsx#L25
React Hook useEffect has a missing dependency: 'showSetting'. Either include it or remove the dependency array
Lint and Typecheck (18.x): src/renderer/src/atoms/route.ts#L10
Unexpected any. Specify a different type
Lint and Typecheck (18.x): src/renderer/src/atoms/route.ts#L30
Unexpected any. Specify a different type
Lint and Typecheck (18.x): src/renderer/src/atoms/route.ts#L33
Expected the dependency list for useMemo to be an array literal
Lint and Typecheck (18.x): src/renderer/src/atoms/route.ts#L33
React Hook useMemo 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
Lint and Typecheck (18.x): src/renderer/src/atoms/route.ts#L33
React Hook useMemo has a missing dependency: 'selector'. Either include it or remove the dependency array. If 'selector' changes too often, find the parent component that defines it and wrap that definition in useCallback
Lint and Typecheck (18.x): src/renderer/src/components/Versions.tsx#L9
Classname 'versions' is not a Tailwind CSS class!