User Onboarding Flow #128
Annotations
4 errors and 1 warning
Lint:
apps/web/src/app/_components/onboarding/onboarding-form.tsx#L70
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Lint:
apps/web/src/app/_components/onboarding/onboarding-form.tsx#L77
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Lint
@cooper/web#lint: command (/home/runner/work/cooper/cooper/apps/web) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location node_modules/.cache/.eslintcache exited (1)
|
Lint
Process completed with exit code 1.
|
Lint:
apps/web/src/app/_components/onboarding/onboarding-form.tsx#L6
All imports in the declaration are only used as types. Use `import type`
|
Loading