Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M committed May 3, 2023
1 parent c41571d commit c9ea675
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions bindings/nodejs/lib/utils/Utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Copyright 2023 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

import type { BlockId } from '../../types/client/';
import type {
AddressTypes,
Expand Down
1 change: 0 additions & 1 deletion bindings/wasm/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ module.exports = {
'error',
{ 'ts-ignore': 'allow-with-description' },
],
'@typescript-eslint/no-explicit-any': 'off',
},
};

0 comments on commit c9ea675

Please sign in to comment.