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

Commit

Permalink
Merge pull request #321 from OliverJAsh/patch-1
Browse files Browse the repository at this point in the history
Allow `noUncheckedIndexedAccess`
  • Loading branch information
Orta Therox authored Apr 6, 2021
2 parents 8ec7ef4 + 21b844c commit dd51fd9
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 dd51fd9

Please sign in to comment.