DefinitelyTyped/types/windows-script-host/tslint.json
Zev Spitz 2909ac3acc Split activex-interop from windows-script-host; replace activex-iwshruntimelibrary (#25695)
* Interop definitions -
 https://github.com/Microsoft/TypeScript/issues/21440

* WSH definitions

* Merge IWshRuntimeLibrary; -Object methods use ActiveXObjectNameMap

* WshNamed, WshUnnamed and default properties

* Merge activex-iwshruntimelibrary into windows-script-host

* WScript.Echo optional parameter

* Deleted package.json
2018-05-11 14:22:21 -07:00

6 lines
89 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"no-const-enum": false
}
}