Skip to content

Commit dfba52c

Browse files
build: opt into noUnusedParameters
1 parent 67c9267 commit dfba52c

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)