adding unused variable checking

This commit is contained in:
Dolan
2017-03-10 10:33:42 +00:00
parent 001b756866
commit f80a5654b4

View File

@ -30,6 +30,9 @@
], ],
"max-classes-per-file": [ "max-classes-per-file": [
false false
],
"no-unused-variable": [
true
] ]
} }
} }