Skip to content

Commit

Permalink
chore: Ignore more eslint import unresolved (nova CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
msarcev committed Jan 26, 2024
1 parent 1b3a2bf commit 4846ded
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/src/models/api/nova/IRewardsResponse.ts
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 { ManaRewardsResponse } from "@iota/sdk-nova";
import { IResponse } from "./IResponse";

Expand Down
2 changes: 2 additions & 0 deletions client/src/models/api/nova/IRewardsResponse.ts
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 { ManaRewardsResponse } from "@iota/sdk-wasm-nova/web";
import { IResponse } from "./IResponse";

Expand Down

0 comments on commit 4846ded

Please sign in to comment.