fix: eslint fixes and file formatting
This commit is contained in:
parent
473dfc7a5b
commit
53ddef1cd5
954 changed files with 3921 additions and 3809 deletions
|
|
@ -4,9 +4,9 @@ import pickBy from "lodash/pickBy";
|
|||
import set from "lodash/set";
|
||||
import { action, computed, makeObservable, observable, runInAction } from "mobx";
|
||||
// base class
|
||||
import { EIssueFilterType, EIssuesStoreType } from "constants/issue";
|
||||
import { handleIssueQueryParamsByLayout } from "helpers/issue.helper";
|
||||
import { WorkspaceService } from "services/workspace.service";
|
||||
import { EIssueFilterType, EIssuesStoreType } from "@/constants/issue";
|
||||
import { handleIssueQueryParamsByLayout } from "@/helpers/issue.helper";
|
||||
import { WorkspaceService } from "@/services/workspace.service";
|
||||
import {
|
||||
IIssueFilterOptions,
|
||||
IIssueDisplayFilterOptions,
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@ import pull from "lodash/pull";
|
|||
import set from "lodash/set";
|
||||
import { action, observable, makeObservable, computed, runInAction } from "mobx";
|
||||
// base class
|
||||
import { IssueService, IssueArchiveService } from "services/issue";
|
||||
import { WorkspaceService } from "services/workspace.service";
|
||||
import { IssueService, IssueArchiveService } from "@/services/issue";
|
||||
import { WorkspaceService } from "@/services/workspace.service";
|
||||
import { TIssue, TLoader, TUnGroupedIssues, ViewFlags } from "@plane/types";
|
||||
import { IssueHelperStore } from "../helpers/issue-helper.store";
|
||||
// services
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue