Skip to content

Commit 02832ca

Browse files
authored
Merge pull request #95 from ericcrosson-bitgo/opt-into-no-unused-parameters
build: opt into noUnusedParameters
2 parents 67c9267 + dfba52c commit 02832ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/express-wrapper/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"noFallthroughCasesInSwitch": true,
1616
"noUncheckedIndexedAccess": true,
1717
"noUnusedLocals": true,
18+
"noUnusedParameters": true,
1819
"forceConsistentCasingInFileNames": true,
1920
"downlevelIteration": true,
2021
"esModuleInterop": true,

0 commit comments

Comments
 (0)