Skip to content

Commit

Permalink
fix npx biome lint src complaint (*suppress* lint/suspicious/noMisl…
Browse files Browse the repository at this point in the history
…eadingInstantiator)
  • Loading branch information
rivy committed Apr 21, 2024
1 parent 48a6815 commit 41dd258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/XDGAppPaths.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// deno-fmt-ignore-file ## prefer customized `prettier` formatting
// # spell-checker:ignore APPDATA LOCALAPPDATA MacOS tempdir
// # spell-checker:ignore APPDATA LOCALAPPDATA MacOS tempdir (biome) Instantiator
/* eslint-env es6, node */
// 'use strict';

Expand Down Expand Up @@ -40,7 +40,7 @@ interface XDGAppPaths {
(options?: Options | string): XDGAppPaths;

/** Create an `XDGAppPaths` object (`new` is optional). */
// eslint-disable-next-line @typescript-eslint/no-misused-new
// biome-ignore lint/suspicious/noMisleadingInstantiator : ## eslint-disable-next-line @typescript-eslint/no-misused-new
new (options?: Options | string): XDGAppPaths;

/* eslint-disable functional/no-method-signature */
Expand Down

0 comments on commit 41dd258

Please sign in to comment.