Remove unnecessaryCasts compiler check
Removed from the compiler, see: https://github.com/google/closure-compiler/wiki/Releases#may-17-2016-v20160517
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
"*"
|
||||
],
|
||||
"jscomp_off": [
|
||||
"unnecessaryCasts",
|
||||
"useOfGoogBase",
|
||||
"lintChecks",
|
||||
"analyzerChecks",
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
"*"
|
||||
],
|
||||
"jscomp_off": [
|
||||
"unnecessaryCasts",
|
||||
"useOfGoogBase",
|
||||
"lintChecks",
|
||||
"analyzerChecks"
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
"*"
|
||||
],
|
||||
"jscomp_off": [
|
||||
"unnecessaryCasts",
|
||||
"useOfGoogBase",
|
||||
"lintChecks",
|
||||
"analyzerChecks"
|
||||
|
||||
Reference in New Issue
Block a user