Skip to content

Commit 6af9e7b

Browse files
Enabled noUnusedParameters in src/view/tsconfig.json
1 parent 9c51d1b commit 6af9e7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/ql-vscode/src/view/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"rootDir": "../..",
1111
"strict": true,
1212
"noUnusedLocals": true,
13+
"noUnusedParameters": true,
1314
"noImplicitReturns": true,
1415
"noFallthroughCasesInSwitch": true,
1516
"experimentalDecorators": true,

0 commit comments

Comments
 (0)