Ignore unnecessaryCasts errors
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
"*"
|
||||
],
|
||||
"jscomp_off": [
|
||||
"unnecessaryCasts",
|
||||
"useOfGoogBase",
|
||||
"lintChecks",
|
||||
"analyzerChecks",
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
"*"
|
||||
],
|
||||
"jscomp_off": [
|
||||
"unnecessaryCasts",
|
||||
"useOfGoogBase",
|
||||
"lintChecks",
|
||||
"analyzerChecks"
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
"*"
|
||||
],
|
||||
"jscomp_off": [
|
||||
"unnecessaryCasts",
|
||||
"useOfGoogBase",
|
||||
"lintChecks",
|
||||
"analyzerChecks"
|
||||
|
||||
Reference in New Issue
Block a user