revert disabling no-unused-variable rule

This commit is contained in:
Erich Gamma 2017-10-27 16:08:17 +02:00
parent 117e621595
commit 53b9de658e

View file

@ -6,7 +6,7 @@
"no-string-throw": true,
"no-unused-expression": true,
"no-duplicate-variable": true,
//"no-unused-variable": true,
"no-unused-variable": true,
"curly": true,
"class-name": true,
"semicolon": [