fix: eslint fixes and file formatting
This commit is contained in:
parent
473dfc7a5b
commit
53ddef1cd5
954 changed files with 3921 additions and 3809 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// mobx
|
||||
import { action, observable, makeObservable, runInAction } from "mobx";
|
||||
import { computedFn } from "mobx-utils";
|
||||
import { APITokenService } from "services/api_token.service";
|
||||
import { APITokenService } from "@/services/api_token.service";
|
||||
import { IApiToken } from "@plane/types";
|
||||
import { RootStore } from "../root.store";
|
||||
// types
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import set from "lodash/set";
|
||||
import { action, computed, observable, makeObservable, runInAction } from "mobx";
|
||||
import { WorkspaceService } from "services/workspace.service";
|
||||
import { WorkspaceService } from "@/services/workspace.service";
|
||||
import { IWorkspace } from "@plane/types";
|
||||
import { RootStore } from "../root.store";
|
||||
// types
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// mobx
|
||||
import { action, observable, makeObservable, computed, runInAction } from "mobx";
|
||||
import { computedFn } from "mobx-utils";
|
||||
import { WebhookService } from "services/webhook.service";
|
||||
import { WebhookService } from "@/services/webhook.service";
|
||||
import { IWebhook } from "@plane/types";
|
||||
import { RootStore } from "../root.store";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue