Enable more compiler checks
This commit is contained in:
@@ -4,16 +4,25 @@
|
|||||||
|
|
||||||
"checks": {
|
"checks": {
|
||||||
"accessControls": "ERROR",
|
"accessControls": "ERROR",
|
||||||
"visibility": "ERROR",
|
"ambiguousFunctionDecl": "ERROR",
|
||||||
"checkTypes": "ERROR",
|
|
||||||
"checkRegExp": "ERROR",
|
"checkRegExp": "ERROR",
|
||||||
|
"checkTypes": "ERROR",
|
||||||
"checkVars": "ERROR",
|
"checkVars": "ERROR",
|
||||||
|
"const": "ERROR",
|
||||||
|
"constantProperty": "ERROR",
|
||||||
"deprecated": "ERROR",
|
"deprecated": "ERROR",
|
||||||
|
"duplicate": "ERROR",
|
||||||
|
"externsValidation": "ERROR",
|
||||||
"fileoverviewTags": "ERROR",
|
"fileoverviewTags": "ERROR",
|
||||||
|
"globalThis": "ERROR",
|
||||||
|
"internetExplorerChecks": "ERROR",
|
||||||
"invalidCasts": "ERROR",
|
"invalidCasts": "ERROR",
|
||||||
"missingProperties": "ERROR",
|
"missingProperties": "ERROR",
|
||||||
"nonStandardJsDocs": "ERROR",
|
"nonStandardJsDocs": "ERROR",
|
||||||
"undefinedVars": "ERROR"
|
"strictModuleDepCheck": "ERROR",
|
||||||
|
"undefinedVars": "ERROR",
|
||||||
|
"uselessCode": "ERROR",
|
||||||
|
"visibility": "ERROR"
|
||||||
},
|
},
|
||||||
|
|
||||||
"define": {
|
"define": {
|
||||||
|
|||||||
Reference in New Issue
Block a user