Skip to content

Commit 4e24e1c

Browse files
committed
fix lint errors
1 parent f66a494 commit 4e24e1c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/ripple-binary-codec/src/types

packages/ripple-binary-codec/src/types/int.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ abstract class Int extends Comparable<Int | number> {
5757
* @param max The maximum allowed value
5858
* @throws Error if the value is out of range
5959
*/
60+
// eslint-disable-next-line max-params -- for error clarity in browsers
6061
static checkIntRange(
6162
typeName: string,
6263
val: number | bigint,

0 commit comments

Comments
 (0)