DefinitelyTyped/types/casperjs/tslint.json
UrielCh fee527c103 update CasperJS 1.0.29 to 1.1.4 (#20739)
* update CasperJS 1.0.29 to 1.1.4
remove most oh the any type
Set Optional parameter As Optional.

* tslint casperJS
2017-10-20 08:28:54 -07:00

13 lines
357 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
// need to fix some Function type
"ban-types": false,
// can not merge
// begin(description: string, planned: number, suite: Function): any;
// and
// begin(description: string, planned: number, config: object): any;
"unified-signatures": false
}
}