Enable more compiler checks

This commit is contained in:
Tom Payne
2012-09-19 15:51:29 +02:00
parent 353727e77d
commit 181a574126

View File

@@ -4,16 +4,25 @@
"checks": {
"accessControls": "ERROR",
"visibility": "ERROR",
"checkTypes": "ERROR",
"ambiguousFunctionDecl": "ERROR",
"checkRegExp": "ERROR",
"checkTypes": "ERROR",
"checkVars": "ERROR",
"const": "ERROR",
"constantProperty": "ERROR",
"deprecated": "ERROR",
"duplicate": "ERROR",
"externsValidation": "ERROR",
"fileoverviewTags": "ERROR",
"globalThis": "ERROR",
"internetExplorerChecks": "ERROR",
"invalidCasts": "ERROR",
"missingProperties": "ERROR",
"nonStandardJsDocs": "ERROR",
"undefinedVars": "ERROR"
"strictModuleDepCheck": "ERROR",
"undefinedVars": "ERROR",
"uselessCode": "ERROR",
"visibility": "ERROR"
},
"define": {