Ignore unused local variable in all examples compile

This makes it consistent with the eslint configuration for examples in
examples/.eslintrc.
This commit is contained in:
Guillaume Beraudo
2017-01-31 14:40:18 +01:00
parent c77169fcac
commit 687ef25649

View File

@@ -28,7 +28,8 @@
],
"jscomp_off": [
"lintChecks",
"analyzerChecks"
"analyzerChecks",
"unusedLocalVariables"
],
"extra_annotation_name": [
"api", "observable"