ci: add reviewdog to suggest ESLint fixes on PRs #784
Annotations
3 errors and 4 warnings
|
Prettier
Process completed with exit code 1.
|
|
ESLint
Process completed with exit code 1.
|
|
ESLint:
src/pages/cards/card.tsx#L145
React Hook "useDigitalWallet" is called conditionally. React Hooks must be called in the exact same order in every component render
|
|
ESLint:
src/pages/cards/card.tsx#L235
React Hook useEffect has a missing dependency: 'card?.status'. Either include it or remove the dependency array
|
|
ESLint:
src/lib/useDigitalWallet.ts#L140
React Hook useEffect has a missing dependency: 'isPhysical'. Either include it or remove the dependency array
|
|
ESLint:
src/core/AppContent.tsx#L273
React Hook useEffect has a missing dependency: 'isDark'. Either include it or remove the dependency array
|
|
ESLint:
src/components/organizations/Menu.tsx#L39
React Hook useMemo has a missing dependency: 'scheme'. Either include it or remove the dependency array
|