mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-28 15:27:10 +02:00
🎨 Add linting and prettier to more places
This commit is contained in:
parent
de6963db4f
commit
77c6c36e3d
36 changed files with 65 additions and 78 deletions
2
apps/web/declarations/next-auth.d.ts
vendored
2
apps/web/declarations/next-auth.d.ts
vendored
|
@ -3,7 +3,7 @@ import type { TimeFormat } from "@rallly/database";
|
|||
import { extend } from "lodash";
|
||||
import type { DefaultSession, DefaultUser } from "next-auth";
|
||||
import NextAuth from "next-auth";
|
||||
import type { DefaultJWT} from "next-auth/jwt";
|
||||
import type { DefaultJWT } from "next-auth/jwt";
|
||||
import { JWT } from "next-auth/jwt";
|
||||
|
||||
declare module "next-auth" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue