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:
@@ -28,7 +28,8 @@
|
||||
],
|
||||
"jscomp_off": [
|
||||
"lintChecks",
|
||||
"analyzerChecks"
|
||||
"analyzerChecks",
|
||||
"unusedLocalVariables"
|
||||
],
|
||||
"extra_annotation_name": [
|
||||
"api", "observable"
|
||||
|
||||
Reference in New Issue
Block a user