Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit b97900f

Browse files
committed
Remove noUnusedLocals and noUnusedParameters
1 parent df4cfb3 commit b97900f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tsconfig.json

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
"strictNullChecks": true,
1414
"noImplicitThis": true,
1515
"inlineSourceMap": true,
16-
"noUnusedLocals": true,
17-
"noUnusedParameters": true,
1816
"lib": ["es2015", "es2017", "dom"]
1917
},
2018
"exclude": [

0 commit comments

Comments
 (0)