chore(config): update editorconfig and eslint configurations, remove … #3
check_code_quality.yml
on: push
check-lint-and-build
25s
Annotations
10 errors and 10 warnings
|
check-lint-and-build:
src/pages/instance/Chat/messages.tsx#L78
Unexpected any. Specify a different type
|
|
check-lint-and-build:
src/pages/instance/Chat/messages.tsx#L77
Unexpected any. Specify a different type
|
|
check-lint-and-build:
src/pages/instance/Chat/messages.tsx#L76
Unexpected any. Specify a different type
|
|
check-lint-and-build:
src/pages/instance/Chat/messages.tsx#L75
Unexpected any. Specify a different type
|
|
check-lint-and-build:
src/pages/instance/Chat/index.tsx#L128
Unexpected any. Specify a different type
|
|
check-lint-and-build:
src/pages/instance/Chat/index.tsx#L124
Unexpected any. Specify a different type
|
|
check-lint-and-build:
src/pages/instance/Chat/index.tsx#L83
Unexpected any. Specify a different type
|
|
check-lint-and-build:
src/pages/instance/Chat/index.tsx#L17
'/home/runner/work/evolution-manager-v2/evolution-manager-v2/node_modules/react/index.js' imported multiple times
|
|
check-lint-and-build:
src/pages/instance/Chat/index.tsx#L3
'/home/runner/work/evolution-manager-v2/evolution-manager-v2/node_modules/react/index.js' imported multiple times
|
|
check-lint-and-build:
src/components/ui/form.tsx#L137
Unexpected any. Specify a different type
|
|
check-lint-and-build:
src/pages/instance/Chat/index.tsx#L17
There should be at least one empty line between import groups
|
|
check-lint-and-build:
src/pages/instance/Chat/index.tsx#L17
`react` import should occur before import of `react-router-dom`
|
|
check-lint-and-build:
src/pages/instance/Chat/index.tsx#L9
`@/components/ui/avatar` import should occur before import of `@/components/ui/button`
|
|
check-lint-and-build:
src/contexts/EmbedInstanceContext.tsx#L70
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#L156
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#L102
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#L53
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#L316
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#L44
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#L27
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|