diff --git a/buildcfg/base.json b/buildcfg/base.json index 4a0fc293c1..9435a339fe 100644 --- a/buildcfg/base.json +++ b/buildcfg/base.json @@ -6,7 +6,10 @@ "accessControls": "ERROR", "ambiguousFunctionDecl": "ERROR", "checkDebuggerStatement": "WARNING", + "checkEventfulObjectDisposal": "ERROR", + "checkProvides": "ERROR", "checkRegExp": "ERROR", + "checkStructDictInheritance": "ERROR", "checkTypes": "ERROR", "checkVars": "ERROR", "const": "ERROR", @@ -14,20 +17,25 @@ "deprecated": "ERROR", "duplicate": "ERROR", "duplicateMessage": "ERROR", + "es3": "ERROR", "es5Strict": "ERROR", "externsValidation": "ERROR", "fileoverviewTags": "ERROR", "globalThis": "ERROR", "internetExplorerChecks": "ERROR", "invalidCasts": "ERROR", + "misplacedTypeAnnotation": "ERROR", "missingProperties": "ERROR", "nonStandardJsDocs": "ERROR", "strictModuleDepCheck": "ERROR", + "suspiciousCode": "ERROR", "typeInvalidation": "ERROR", + "tweakValidation": "ERROR", "undefinedNames": "ERROR", "undefinedVars": "ERROR", "unknownDefines": "ERROR", "uselessCode": "ERROR", + "violatedModuleDep": "ERROR", "visibility": "ERROR" },