Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Allow noUncheckedIndexedAccess
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverJAsh authored Feb 11, 2021
1 parent abb260a commit 21b844c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/checks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export async function checkTsconfig(dirPath: string, dt: DefinitelyTypedInfo | u
case "noImplicitThis":
case "strict":
case "strictNullChecks":
case "noUncheckedIndexedAccess":
case "strictFunctionTypes":
case "esModuleInterop":
case "allowSyntheticDefaultImports":
Expand Down

0 comments on commit 21b844c

Please sign in to comment.