🎨 Add linting and prettier to more places

This commit is contained in:
Luke Vella 2024-11-09 14:37:13 +00:00
parent de6963db4f
commit 77c6c36e3d
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C
36 changed files with 65 additions and 78 deletions

View file

@ -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" {