Skip to content

Commit

Permalink
fix: Add eslint-disable to fake-timers.ts since it is actually an…
Browse files Browse the repository at this point in the history
… external library
  • Loading branch information
Dominique Wirz committed Dec 21, 2020
1 parent a0cfa81 commit e225ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fake-timers/fake-timers.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
/* eslint-disable */
// @ts-nocheck

// Adapted version of @sinonjs/fake-timers
Expand Down

0 comments on commit e225ef1

Please sign in to comment.