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

@@ -1,6 +1,6 @@
{
"extends": "dtslint/dt.json",
"rules": {
"interface-name": [false]
"no-const-enum": false
}
}
}