Skip to content

Commit

Permalink
remove noPropertyAccessFromIndexSignature
Browse files Browse the repository at this point in the history
  • Loading branch information
cosn committed May 10, 2024
1 parent 2d41c3d commit 4c1c362
Show file tree
Hide file tree
Showing 3 changed files with 1,351 additions and 1,031 deletions.
5 changes: 5 additions & 0 deletions .changeset/fifty-turkeys-notice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cosn/tsc": minor
---

Remove noPropertyAccessFromIndexSignature
1 change: 0 additions & 1 deletion base.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noPropertyAccessFromIndexSignature": true,
"noFallthroughCasesInSwitch": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
Expand Down
Loading

0 comments on commit 4c1c362

Please sign in to comment.