Replace eslint and prettier with biome #245
Annotations
6 errors and 1 warning
🔎 Type check:
src/SheetBackdrop.tsx#L18
Type '{ ref: ForwardedRef<any>; className: string; style: { pointerEvents: "auto" | "none"; filter?: MotionValue<any> | MotionValue<number> | MotionValue<...> | CustomValueType | Filter | undefined; ... 848 more ...; image?: string | ... 1 more ... | undefined; }; ... 59 more ...; ignoreStrict?: boolean | undefined; }' is not assignable to type 'IntrinsicAttributes & HTMLAttributesWithoutMotionProps<unknown, unknown> & MotionProps & RefAttributes<unknown>'.
|
🔎 Type check:
src/SheetContainer.tsx#L39
Type '{ children: ((string | number | bigint | boolean | ReactElement<unknown, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal | Promise<...> | MotionValue<...> | MotionValue<...>) & (string | ... 6 more ... | Promise<...>)) | null | undefined; ... 61 more ...; ignoreStrict?: boolean | undefined; }' is not assignable to type 'IntrinsicAttributes & HTMLAttributesWithoutMotionProps<unknown, unknown> & MotionProps & RefAttributes<unknown>'.
|
🔎 Type check:
src/SheetContent.tsx#L25
Type '{ children: ((string | number | bigint | boolean | ReactElement<unknown, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal | Promise<...> | MotionValue<...> | MotionValue<...>) & (string | ... 6 more ... | Promise<...>)) | null | undefined; ... 61 more ...; ignoreStrict?: boolean | undefined; }' is not assignable to type 'IntrinsicAttributes & HTMLAttributesWithoutMotionProps<unknown, unknown> & MotionProps & RefAttributes<unknown>'.
|
🔎 Type check:
src/SheetHeader.tsx#L38
Type '{ className: string; style: { transform: MotionValue<string>; accentColor?: AccentColor | undefined; alignContent?: AlignContent | undefined; ... 821 more ...; vectorEffect?: VectorEffect | undefined; }; }' is not assignable to type 'IntrinsicAttributes & HTMLAttributesWithoutMotionProps<unknown, unknown> & MotionProps & RefAttributes<unknown>'.
|
🔎 Type check:
src/SheetHeader.tsx#L42
Type '{ className: string; style: { transform: MotionValue<string>; accentColor?: AccentColor | undefined; alignContent?: AlignContent | undefined; ... 821 more ...; vectorEffect?: VectorEffect | undefined; }; }' is not assignable to type 'IntrinsicAttributes & HTMLAttributesWithoutMotionProps<unknown, unknown> & MotionProps & RefAttributes<unknown>'.
|
🔎 Type check
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading