Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Jul 16, 2024
1 parent fdfd17e commit 9ed608b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/evolu-react-native/src/dbFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ import { customAlphabet, nanoid } from "nanoid/index.browser.js";
import { AppStateLive, SyncLockLive } from "./PlatformLive.js";
import { SqliteLive } from "./SqliteLive.js";

// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
export const NanoIdGeneratorLive = createNanoIdGeneratorLive(
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
customAlphabet,
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
nanoid,
);

Expand Down

0 comments on commit 9ed608b

Please sign in to comment.