diff options
| author | Johannes Theiner <[email protected]> | 2025-11-10 12:26:07 +0100 |
|---|---|---|
| committer | Johannes Theiner <[email protected]> | 2025-11-10 12:26:07 +0100 |
| commit | 92cba2564729d344061db7a270aa07d9d8697e4a (patch) | |
| tree | b7c06d8b8b73fc61a1dc6aab7a13b083c1eb8180 /src/main.ts | |
| parent | 9984b040b68c0021852b83458eefaf524151191c (diff) | |
| download | ai-pulse-obsidian-plugin-92cba2564729d344061db7a270aa07d9d8697e4a.tar.gz ai-pulse-obsidian-plugin-92cba2564729d344061db7a270aa07d9d8697e4a.zip | |
update sample plugin with eslint instructions
Diffstat (limited to 'src/main.ts')
| -rw-r--r-- | src/main.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.ts b/src/main.ts index 0de2c13..6fe0c83 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,4 +1,4 @@ -import {App, Editor, MarkdownView, Modal, moment, Notice, Plugin} from 'obsidian'; +import {App, Editor, MarkdownView, Modal, Notice, Plugin} from 'obsidian'; import {DEFAULT_SETTINGS, MyPluginSettings, SampleSettingTab} from "./settings"; // Remember to rename these classes and interfaces! @@ -71,7 +71,6 @@ export default class MyPlugin extends Plugin { } onunload() { - } async loadSettings() { |
