Add additional lint rules

This commit is contained in:
Aerilyn Weber 2026-05-19 16:15:15 +09:00
parent 02d782c3da
commit 420b18eb78
67 changed files with 3686 additions and 1415 deletions

View file

@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/explicit-function-return-type */
'use client';
import { useSession } from 'next-auth/react';