Skip to content

Commit

Permalink
restore suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahamguo committed Mar 16, 2024
1 parent cfd521d commit f5396c6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
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 f5396c6

Please sign in to comment.