mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-23 22:06:22 +02:00
♻️ Update eslint config (#1424)
This commit is contained in:
parent
01396b6129
commit
d55131c2ab
162 changed files with 337 additions and 266 deletions
|
@ -21,7 +21,8 @@ import { trpc } from "@/trpc/client";
|
|||
import { setCookie } from "@/utils/cookies";
|
||||
import { usePostHog } from "@/utils/posthog";
|
||||
|
||||
import { NewEventData, PollDetailsForm, PollOptionsForm } from "./forms";
|
||||
import type { NewEventData} from "./forms";
|
||||
import { PollDetailsForm, PollOptionsForm } from "./forms";
|
||||
|
||||
const required = <T,>(v: T | undefined): T => {
|
||||
if (!v) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue