Add tslint disables for no-const-enum (#23134)

This commit is contained in:
Andy
2018-01-23 10:19:36 -08:00
committed by John Reilly
parent c2f0e4aea1
commit 37685e11dd
48 changed files with 119 additions and 42 deletions

View File

@@ -3,6 +3,7 @@
"rules": {
// TODOs
"ban-types": false,
"no-const-enum": false,
"no-unnecessary-class": false
}
}