mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-03 03:01:52 +02:00
♻️ Update eslint config (#1424)
This commit is contained in:
parent
01396b6129
commit
d55131c2ab
162 changed files with 337 additions and 266 deletions
6
apps/web/declarations/next-auth.d.ts
vendored
6
apps/web/declarations/next-auth.d.ts
vendored
|
@ -1,8 +1,10 @@
|
|||
/* eslint-disable @typescript-eslint/no-unused-vars */
|
||||
import type { TimeFormat } from "@rallly/database";
|
||||
import { extend } from "lodash";
|
||||
import NextAuth, { DefaultSession, DefaultUser } from "next-auth";
|
||||
import { DefaultJWT, JWT } from "next-auth/jwt";
|
||||
import type { DefaultSession, DefaultUser } from "next-auth";
|
||||
import NextAuth from "next-auth";
|
||||
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