chore(deps-dev): bump eslint from 9.18.0 to 9.21.0 #790
on-pr.yml
on: pull_request
Security Checks
/
Trivy
10s
Security Checks
/
NPM Audit
15s
Static Checks
/
ESLint Check
19s
Static Checks
/
TS Types Check
15s
Static Checks
/
Build App Check
43s
Unit Tests
/
Vitest
1m 6s
Annotations
5 warnings
Static Checks / ESLint Check:
src/components/ui/chat/chat-bubble.tsx#L200
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Static Checks / ESLint Check:
src/components/ui/chat/chat-bubble.tsx#L201
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Static Checks / ESLint Check:
src/context/confirm-context.tsx#L37
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
|
Static Checks / ESLint Check:
src/lib/test-utils.tsx#L66
This rule can't verify that `export *` only exports components
|
Static Checks / ESLint Check:
src/lib/test-utils.tsx#L68
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|