Skip to content

Commit 41aa6dd

Browse files
mixedCasegcanti
authored andcommitted
Ignore incorrect linter rule
1 parent c576427 commit 41aa6dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ export class BigIntType extends Type<bigint> {
371371
constructor() {
372372
super(
373373
'bigint',
374+
// tslint:disable-next-line: valid-typeof
374375
(u): u is bigint => typeof u === 'bigint',
375376
(u, c) => (this.is(u) ? success(u) : failure(u, c)),
376377
identity

0 commit comments

Comments
 (0)