Skip to content

chore(package): remove husky and commitizen configurations from packa… #2

chore(package): remove husky and commitizen configurations from packa…

chore(package): remove husky and commitizen configurations from packa… #2

Triggered via push September 18, 2025 19:24
Status Failure
Total duration 39s
Artifacts
check-lint-and-build
36s
check-lint-and-build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
check-lint-and-build: src/components/header.tsx#L40
Replace `"/manager"` with `'/manager'`
check-lint-and-build: src/components/header.tsx#L38
Replace `"flex·items-center·justify-between·px-4·py-2"` with `'flex·items-center·justify-between·px-4·py-2'`
check-lint-and-build: src/components/footer.tsx#L60
Replace `"_blank"·rel="noopener·noreferrer"` with `'_blank'·rel='noopener·noreferrer'`
check-lint-and-build: src/components/footer.tsx#L58
Replace `"text-xs"` with `'text-xs'`
check-lint-and-build: src/components/footer.tsx#L57
Replace `"sm"` with `'sm'`
check-lint-and-build: src/components/footer.tsx#L54
Replace `"link"` with `'link'`
check-lint-and-build: src/components/footer.tsx#L51
Replace `"flex·gap-2"` with `'flex·gap-2'`
check-lint-and-build: src/components/footer.tsx#L46
Replace `"pl-3"` with `'pl-3'`
check-lint-and-build: src/components/footer.tsx#L39
Replace `"flex·items-center·space-x-3·divide-x"` with `'flex·items-center·space-x-3·divide-x'`
check-lint-and-build: src/components/footer.tsx#L38
Replace `"flex·w-full·flex-col·items-center·justify-between·p-6·text-xs·text-secondary-foreground·sm:flex-row"` with `'flex·w-full·flex-col·items-center·justify-between·p-6·text-xs·text-secondary-foreground·sm:flex-row'`
check-lint-and-build: src/pages/instance/Chat/index.tsx#L21
There should be at least one empty line between import groups
check-lint-and-build: src/pages/instance/Chat/index.tsx#L21
`react` import should occur before import of `react-router-dom`
check-lint-and-build: src/pages/instance/Chat/index.tsx#L13
`@/components/ui/avatar` import should occur before import of `@/components/ui/button`
check-lint-and-build: src/contexts/EmbedInstanceContext.tsx#L81
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
check-lint-and-build: src/contexts/EmbedColorsContext.tsx#L172
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
check-lint-and-build: src/components/ui/multiselector.tsx#L126
React Hook useCallback has missing dependencies: 'dir' and 'onValueChange'. Either include them or remove the dependency array. If 'onValueChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
check-lint-and-build: src/components/ui/multiselector.tsx#L73
React Hook useCallback has a missing dependency: 'onValueChange'. Either include it or remove the dependency array. If 'onValueChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
check-lint-and-build: src/components/ui/form.tsx#L422
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
check-lint-and-build: src/components/ui/button.tsx#L58
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
check-lint-and-build: src/components/ui/badge.tsx#L38
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components