Skip to content

Commit

Permalink
Revert "Add missing noPropertyAccessFromIndexSignature to strictest…
Browse files Browse the repository at this point in the history
… tsconfig profile (#5864)" (#5876)

This reverts commit 63d5d89.
  • Loading branch information
bluwy authored Jan 17, 2023
1 parent 63d5d89 commit 998f412
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .changeset/smooth-cycles-sing.md

This file was deleted.

2 changes: 0 additions & 2 deletions packages/astro/tsconfigs/strictest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
"noImplicitOverride": true,
// Force functions to specify that they can return `undefined` if a possible code path does not return a value.
"noImplicitReturns": true,
// Ensures consistency between accessing a field via the “dot” (obj.key) syntax, and “indexed” (obj["key"]) and the way which the property is declared in the type.
"noPropertyAccessFromIndexSignature": true,
// Report an error when a variable is declared but never used.
"noUnusedLocals": true,
// Report an error when a parameter is declared but never used.
Expand Down

0 comments on commit 998f412

Please sign in to comment.