Skip to content

Commit

Permalink
Fix ESLint errors
Browse files Browse the repository at this point in the history
Signed-off-by: William So <[email protected]>
  • Loading branch information
polyipseity committed Dec 19, 2023
1 parent 50b954d commit 91f9729
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { LocalSettings, Settings } from "./settings-data.js"
import { MAX_FETCH_CONCURRENCY, PLUGIN_UNLOAD_DELAY } from "./magic.js"
import { type WorkerPool, pool } from "workerpool"
import type { API } from "obsidian-modules"
// eslint-disable-next-line @typescript-eslint/naming-convention
import PLazy from "p-lazy"
import { PluginLocales } from "../assets/locales.js"
import { PromisePoolExecutor } from "promise-pool-executor"
Expand Down

0 comments on commit 91f9729

Please sign in to comment.