fix: eslint issues and reconfiguring (#3891)
* fix: eslint fixes --------- Co-authored-by: gurusainath <gurusainath007@gmail.com>
This commit is contained in:
parent
921b9078f1
commit
3d09a69d58
790 changed files with 4155 additions and 4051 deletions
|
|
@ -2,13 +2,13 @@ import { FC } from "react";
|
|||
import { observer } from "mobx-react-lite";
|
||||
import { Control, Controller, UseFormWatch } from "react-hook-form";
|
||||
// hooks
|
||||
import { useProject } from "hooks/store";
|
||||
// components
|
||||
import { Button, CustomSearchSelect, ToggleSwitch } from "@plane/ui";
|
||||
import { SelectRepository, TFormValues, TIntegrationSteps } from "components/integration";
|
||||
// ui
|
||||
import { Button, CustomSearchSelect, ToggleSwitch } from "@plane/ui";
|
||||
// helpers
|
||||
import { truncateText } from "helpers/string.helper";
|
||||
import { useProject } from "hooks/store";
|
||||
// types
|
||||
import { IWorkspaceIntegration } from "@plane/types";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue