fix: eslint errors and warnings (#8149)

This commit is contained in:
sriram veeraghanta
2025-11-20 19:31:22 +05:30
committed by GitHub
parent 83fdebf64d
commit 8307badae5
137 changed files with 97 additions and 216 deletions
@@ -1,4 +1,3 @@
import type { FC } from "react";
import { useEffect, useState } from "react";
import { EModalPosition, EModalWidth, ModalCore } from "@plane/ui";
import { getAssetIdFromUrl, checkURLValidity } from "@plane/utils";
@@ -1,6 +1,5 @@
"use client";
import type { FC } from "react";
// components
import { Loader } from "@plane/ui";
@@ -1,6 +1,5 @@
"use client";
import type { FC } from "react";
import { useEffect, useState } from "react";
import { Controller, useForm } from "react-hook-form";
import { Info, Lock } from "lucide-react";
@@ -1,6 +1,5 @@
"use client";
import type { FC } from "react";
import { Fragment } from "react";
import { observer } from "mobx-react";
import { useParams } from "next/navigation";
@@ -1,7 +1,5 @@
"use client";
import type { FC } from "react";
import React from "react";
import { observer } from "mobx-react";
import Link from "next/link";
import { useTranslation } from "@plane/i18n";
@@ -1,6 +1,5 @@
"use client";
import type { FC } from "react";
import { useRef, useState } from "react";
import { observer } from "mobx-react";
import { Search } from "lucide-react";
@@ -1,6 +1,5 @@
"use client";
import type { FC } from "react";
import { observer } from "mobx-react";
// plane imports
import { PROJECT_TRACKER_EVENTS } from "@plane/constants";