Files
lcbp3/frontend/lint-results-frontend.txt
T
admin 11984bfa29
CI Pipeline / build (push) Failing after 12m41s
Build and Deploy / deploy (push) Failing after 2m44s
260322:1648 Correct Coresspondence / Doing RFA / Correct CI
2026-03-22 16:48:12 +07:00

21 lines
1006 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
> lcbp3-frontend@1.8.0 lint D:\nap-dms.lcbp3\frontend
> eslint . --max-warnings 0
D:\nap-dms.lcbp3\frontend\app\(admin)\admin\migration\page.tsx
28:6 warning React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array react-hooks/exhaustive-deps
D:\nap-dms.lcbp3\frontend\app\(admin)\admin\migration\review\[id]\page.tsx
59:6 warning React Hook useEffect has a missing dependency: 'fetchItem'. Either include it or remove the dependency array react-hooks/exhaustive-deps
D:\nap-dms.lcbp3\frontend\components\correspondences\form.tsx
125:52 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
D:\nap-dms.lcbp3\frontend\components\custom\file-upload-zone.tsx
88:5 warning React Hook useCallback has a missing dependency: 'validateFile'. Either include it or remove the dependency array react-hooks/exhaustive-deps
✖ 4 problems (1 error, 3 warnings)
ELIFECYCLE Command failed with exit code 1.