Files
DefinitelyTyped/types/bonjour/tslint.json
Nicolas Voigt 34d30931f0 Updated bonjour types (were not working on typescript 2.2) (#16075)
* new typings

* updated types into a namespace to allow the default function to be fired

* typo on findOne

* DT tests passed
2017-05-04 18:01:24 -07:00

7 lines
86 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"ban-types": false
}
}