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
|
|
@ -4,21 +4,21 @@ import React, { useEffect } from "react";
|
|||
import { useRouter } from "next/router";
|
||||
|
||||
// swr
|
||||
import { useFormContext, Controller } from "react-hook-form";
|
||||
import useSWR from "swr";
|
||||
|
||||
// react hook form
|
||||
import { useFormContext, Controller } from "react-hook-form";
|
||||
|
||||
// services
|
||||
import { ToggleSwitch, Spinner } from "@plane/ui";
|
||||
import { JIRA_IMPORTER_DETAIL } from "constants/fetch-keys";
|
||||
import { JiraImporterService } from "services/integrations";
|
||||
|
||||
// fetch keys
|
||||
import { JIRA_IMPORTER_DETAIL } from "constants/fetch-keys";
|
||||
|
||||
import { IJiraImporterForm, IJiraMetadata } from "@plane/types";
|
||||
|
||||
// components
|
||||
import { ToggleSwitch, Spinner } from "@plane/ui";
|
||||
|
||||
import type { IJiraIntegrationData, TJiraIntegrationSteps } from ".";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue