Skip to content

Commit

Permalink
fix(lint): turn off explicit any rule for deep includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcath committed May 14, 2021
1 parent aa2b140 commit 7e559ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/functions/deep-includes.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint @typescript-eslint/no-explicit-any:off */

/**
* Check if an array exists inside an array
*
Expand Down

0 comments on commit 7e559ad

Please sign in to comment.