Skip to content

Commit

Permalink
style: apply eslint check
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed Mar 25, 2022
1 parent f145d5a commit bf115e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/drag-patch.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { around } from "monkey-around";
import "obsidian";

import { around } from "monkey-around";
import { DragManager, TFile, TFolder } from "obsidian";

import type ALxFolderNote from "./fn-main";

declare module "obsidian" {
Expand Down
2 changes: 1 addition & 1 deletion src/fn-main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { FolderNoteAPI, getApi as getFNCApi } from "@aidenlx/folder-note-core";
import { getApi as getISCApi } from "@aidenlx/obsidian-icon-shortcodes";
import { Notice, Plugin } from "obsidian";

import PatchDragManager from "./drag-patch";
import PatchFileExplorer from "./fe-patch";
import { ClickNotice } from "./misc";
import registerSetFolderIconCmd from "./modules/set-folder-icon";
Expand All @@ -14,7 +15,6 @@ import {
MobileNoClickMark,
noHideNoteMark,
} from "./settings";
import PatchDragManager from "./drag-patch";

const foldervNotifiedKey = "foldervNotified";

Expand Down

0 comments on commit bf115e2

Please sign in to comment.