Skip to content

Commit

Permalink
suppress lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahamguo committed Mar 8, 2024
1 parent 20994f5 commit 4c375ac
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -31,6 +31,7 @@ const optionTesters = (
'Array',
(type, checker, recursivelyCheckType): boolean =>
checker.isArrayType(type) &&
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
recursivelyCheckType(type.getNumberIndexType()!),
],
// eslint-disable-next-line @typescript-eslint/internal/prefer-ast-types-enum
Expand Down

0 comments on commit 4c375ac

Please sign in to comment.