Ignore unnecessaryCasts errors

This commit is contained in:
Frederic Junod
2016-03-29 11:22:55 +02:00
parent 03038b123f
commit f29bc74b7f
3 changed files with 3 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
"*"
],
"jscomp_off": [
"unnecessaryCasts",
"useOfGoogBase",
"lintChecks",
"analyzerChecks",

View File

@@ -32,6 +32,7 @@
"*"
],
"jscomp_off": [
"unnecessaryCasts",
"useOfGoogBase",
"lintChecks",
"analyzerChecks"

View File

@@ -21,6 +21,7 @@
"*"
],
"jscomp_off": [
"unnecessaryCasts",
"useOfGoogBase",
"lintChecks",
"analyzerChecks"