Use new extra compiler checks
This commit is contained in:
@@ -13,6 +13,8 @@
|
|||||||
"constantProperty": "ERROR",
|
"constantProperty": "ERROR",
|
||||||
"deprecated": "ERROR",
|
"deprecated": "ERROR",
|
||||||
"duplicate": "ERROR",
|
"duplicate": "ERROR",
|
||||||
|
"duplicateMessage": "ERROR",
|
||||||
|
"es5Strict": "ERROR",
|
||||||
"externsValidation": "ERROR",
|
"externsValidation": "ERROR",
|
||||||
"fileoverviewTags": "ERROR",
|
"fileoverviewTags": "ERROR",
|
||||||
"globalThis": "ERROR",
|
"globalThis": "ERROR",
|
||||||
@@ -21,7 +23,10 @@
|
|||||||
"missingProperties": "ERROR",
|
"missingProperties": "ERROR",
|
||||||
"nonStandardJsDocs": "ERROR",
|
"nonStandardJsDocs": "ERROR",
|
||||||
"strictModuleDepCheck": "ERROR",
|
"strictModuleDepCheck": "ERROR",
|
||||||
|
"typeInvalidation": "ERROR",
|
||||||
|
"undefinedNames": "ERROR",
|
||||||
"undefinedVars": "ERROR",
|
"undefinedVars": "ERROR",
|
||||||
|
"unknownDefines": "ERROR",
|
||||||
"uselessCode": "ERROR",
|
"uselessCode": "ERROR",
|
||||||
"visibility": "ERROR"
|
"visibility": "ERROR"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user