prettier format #49
Annotations
20 errors
typecheck
'phases' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
typecheck
Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
|
typecheck
'tournaments' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
typecheck
Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
|
typecheck
'accounts' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
typecheck
Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
|
typecheck
'profiles' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
typecheck
Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
|
typecheck
@battle-stadium/db#typecheck: command (/home/runner/work/battle-stadium-t3-turbo/battle-stadium-t3-turbo/packages/db) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
|
typecheck
Process completed with exit code 2.
|
lint
'phases' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
lint
Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
|
lint
'tournaments' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
lint
Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
|
lint
'accounts' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
lint
Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
|
lint
'profiles' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
lint
Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
|
lint:
packages/db/drizzle/schema.ts#L1
'AnyPgColumn' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
packages/db/drizzle/schema.ts#L89
Unsafe assignment of type `[any]` to a variable of type `[AnyPgColumn<{ tableName: string; }>]`
|