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