Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.

Commit bf115e2

Browse files
committed
style: apply eslint check
1 parent f145d5a commit bf115e2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/drag-patch.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
import { around } from "monkey-around";
21
import "obsidian";
2+
3+
import { around } from "monkey-around";
34
import { DragManager, TFile, TFolder } from "obsidian";
5+
46
import type ALxFolderNote from "./fn-main";
57

68
declare module "obsidian" {

src/fn-main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { FolderNoteAPI, getApi as getFNCApi } from "@aidenlx/folder-note-core";
44
import { getApi as getISCApi } from "@aidenlx/obsidian-icon-shortcodes";
55
import { Notice, Plugin } from "obsidian";
66

7+
import PatchDragManager from "./drag-patch";
78
import PatchFileExplorer from "./fe-patch";
89
import { ClickNotice } from "./misc";
910
import registerSetFolderIconCmd from "./modules/set-folder-icon";
@@ -14,7 +15,6 @@ import {
1415
MobileNoClickMark,
1516
noHideNoteMark,
1617
} from "./settings";
17-
import PatchDragManager from "./drag-patch";
1818

1919
const foldervNotifiedKey = "foldervNotified";
2020

0 commit comments

Comments
 (0)