39 lines
4.0 KiB
Plaintext
39 lines
4.0 KiB
Plaintext
|
|
> dugunsalonu@0.1.0 lint
|
|
> eslint
|
|
|
|
|
|
C:\dugunsalonu\src\app\(auth)\verify\actions.ts
|
|
9:10 warning 'redirect' is defined but never used @typescript-eslint/no-unused-vars
|
|
|
|
C:\dugunsalonu\src\app\(auth)\verify\page.tsx
|
|
21:31 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
47:18 warning 'error' is defined but never used @typescript-eslint/no-unused-vars
|
|
63:18 warning 'error' is defined but never used @typescript-eslint/no-unused-vars
|
|
|
|
C:\dugunsalonu\src\app\dashboard\reservations\[id]\actions.ts
|
|
7:10 warning 'sendEmail' is defined but never used @typescript-eslint/no-unused-vars
|
|
8:10 warning 'ReservationCancelledTemplate' is defined but never used @typescript-eslint/no-unused-vars
|
|
|
|
C:\dugunsalonu\src\app\dashboard\reservations\new\actions.ts
|
|
7:10 warning 'sendEmail' is defined but never used @typescript-eslint/no-unused-vars
|
|
8:10 warning 'ReservationCreatedTemplate' is defined but never used @typescript-eslint/no-unused-vars
|
|
|
|
C:\dugunsalonu\src\app\dashboard\settings\logs\log-tabs.tsx
|
|
17:16 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
18:19 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
128:102 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
|
|
C:\dugunsalonu\src\components\ui\captcha.tsx
|
|
39:8 warning React Hook useEffect has a missing dependency: 'fetchCaptcha'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|
|
|
C:\dugunsalonu\src\lib\captcha.ts
|
|
1:22 warning 'randomBytes' is defined but never used @typescript-eslint/no-unused-vars
|
|
|
|
C:\dugunsalonu\src\lib\security.ts
|
|
10:29 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
48:15 warning 'windowStart' is assigned a value but never used @typescript-eslint/no-unused-vars
|
|
|
|
Ô£û 15 problems (5 errors, 10 warnings)
|
|
|