Replace eslint/prettier with biome #17
quality.yml
on: pull_request
quality
13s
typecheck
18s
Annotations
6 errors and 1 warning
lint/suspicious/noDoubleEquals:
apps/class-solid/src/components/Nav.tsx#L6
Use === instead of ==
|
lint/correctness/noConstantCondition:
apps/class-solid/src/components/Nav.tsx#L6
Unexpected constant condition.
|
quality
Process completed with exit code 1.
|
typecheck
class-solid#typecheck: command (/home/runner/work/class-web/class-web/apps/class-solid) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
|
typecheck
This comparison appears to be unintentional because the types 'number' and 'string' have no overlap.
|
typecheck
Process completed with exit code 2.
|
lint/nursery/useSortedClasses:
apps/class-solid/src/components/Nav.tsx#L16
These CSS classes should be sorted.
|