Improve app navigation with new sidebar #250
Annotations
9 errors and 5 warnings
lint
@ds-project/components#lint: command (/home/runner/work/engine/engine/packages/components) /usr/local/bin/pnpm run lint --cache --cache-location .cache/.eslintcache exited (1)
|
lint
Process completed with exit code 1.
|
format
@ds-project/components#format: command (/home/runner/work/engine/engine/packages/components) /usr/local/bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
|
format
Process completed with exit code 1.
|
typecheck
engine#type-check: command (/home/runner/work/engine/engine/apps/engine) /usr/local/bin/pnpm run type-check exited (2)
|
typecheck
Type '{ children: Element; size: string; }' is not assignable to type 'IntrinsicAttributes & Omit<DialogTitleProps & RefAttributes<HTMLHeadingElement>, "ref"> & RefAttributes<...>'.
|
typecheck
Type '{ children: Element; size: string; }' is not assignable to type 'IntrinsicAttributes & Omit<DialogTitleProps & RefAttributes<HTMLHeadingElement>, "ref"> & RefAttributes<...>'.
|
typecheck
Type '{ children: Element; size: string; }' is not assignable to type 'IntrinsicAttributes & Omit<DialogDescriptionProps & RefAttributes<HTMLParagraphElement>, "ref"> & RefAttributes<...>'.
|
typecheck
Process completed with exit code 2.
|
lint:
packages/components/src/alert/alert.tsx#L7
Invalid Tailwind CSS classnames order
|
lint:
packages/components/src/navigation-menu/navigation-menu.tsx#L58
The arbitrary class 'ds-top-[1px]' could be replaced by 'ds-top-px'
|
lint:
packages/components/src/sheet/sheet.tsx#L34
Invalid Tailwind CSS classnames order
|
lint:
packages/components/src/sheet/sheet.tsx#L34
Invalid Tailwind CSS classnames order
|
lint:
packages/components/src/toaster/toast.tsx#L28
Classname 'ds-destructive' is not a Tailwind CSS class!
|