Skip to content

Commit

Permalink
feat: Ignore unresolved import on api (silence lint)
Browse files Browse the repository at this point in the history
  • Loading branch information
msarcev committed Feb 23, 2024
1 parent d0e04e1 commit a4ace07
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable import/no-unresolved */
/* eslint-disable @typescript-eslint/no-unsafe-argument */
import { SlotCommitment } from "@iota/sdk-nova";
import { IResponse } from "../../IResponse";

Expand Down

0 comments on commit a4ace07

Please sign in to comment.