Skip to content

feat: reduce motion #376

feat: reduce motion

feat: reduce motion #376

Triggered via pull request July 1, 2024 09:19
Status Success
Total duration 1m 3s
Artifacts

lint.yml

on: pull_request
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/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/atoms/ui.ts#L58
Include a description after the "@ts-expect-error" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer
Lint and Typecheck (18.x): src/renderer/src/components/Versions.tsx#L9
Classname 'versions' is not a Tailwind CSS class!