Prevent unnecessary casts
This commit is contained in:
+6
-1
@@ -24,9 +24,14 @@
|
|||||||
],
|
],
|
||||||
"jscomp_off": [
|
"jscomp_off": [
|
||||||
"useOfGoogBase",
|
"useOfGoogBase",
|
||||||
"unnecessaryCasts",
|
|
||||||
"lintChecks"
|
"lintChecks"
|
||||||
],
|
],
|
||||||
|
"hide_warnings_for": [
|
||||||
|
"node_modules/closure-util"
|
||||||
|
],
|
||||||
|
"jscomp_warning": [
|
||||||
|
"unnecessaryCasts"
|
||||||
|
],
|
||||||
"extra_annotation_name": [
|
"extra_annotation_name": [
|
||||||
"api", "observable"
|
"api", "observable"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user