mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-05 12:15:41 +08:00
Add tslint disables for no-const-enum (#23134)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"extends": "dtslint/dt.json",
|
||||
"rules": {
|
||||
"interface-name": [false]
|
||||
"no-const-enum": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user