Location search fix #414
Annotations
5 errors and 3 warnings
lint
Process completed with exit code 1.
|
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:
apps/web/src/app/_components/location.tsx#L36
Unexpected any. Specify a different type
|
lint:
apps/web/src/app/_components/location.tsx#L13
'api' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
apps/web/src/app/_components/form/sections/review-section.tsx#L16
'ComboBox' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
apps/web/src/app/_components/search/search-filter.tsx#L9
Imports "IndustryType" and "LocationType" are only used as type
|
lint:
apps/web/src/app/_components/location.tsx#L8
All imports in the declaration are only used as types. Use `import type`
|
lint:
apps/web/src/app/(pages)/(dashboard)/companies/page.tsx#L3
All imports in the declaration are only used as types. Use `import type`
|