Don't warn about unused vars, it's annoying with function arguments

This commit is contained in:
Piotr Sarnacki 2015-09-02 13:13:08 +02:00
parent 8aac1c062d
commit 4e0790e504

View File

@ -28,6 +28,5 @@
"strict": false,
"white": false,
"eqnull": true,
"esnext": true,
"unused": true
"esnext": true
}