Skip to content

Commit 481be99

Browse files
Merge remote-tracking branch 'origin/main' into mergeback/v4.32.2-to-main-45cbd0c6
2 parents 5a82333 + 9b3a0d2 commit 481be99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */
2020

2121
/* Additional Checks */
22-
"noUnusedLocals": true, /* Report errors on unused locals. */
23-
"noUnusedParameters": true, /* Report errors on unused parameters. */
22+
"noUnusedLocals": false, /* Report errors on unused locals. */
23+
"noUnusedParameters": false, /* Report errors on unused parameters. */
2424
"noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
2525
"noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
2626

0 commit comments

Comments
 (0)