Skip to content

Commit

Permalink
Ignore incorrect linter rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mixedCase authored and gcanti committed Feb 10, 2020
1 parent c576427 commit 41aa6dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ export class BigIntType extends Type<bigint> {
constructor() {
super(
'bigint',
// tslint:disable-next-line: valid-typeof
(u): u is bigint => typeof u === 'bigint',
(u, c) => (this.is(u) ? success(u) : failure(u, c)),
identity
Expand Down

0 comments on commit 41aa6dd

Please sign in to comment.