mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* update CasperJS 1.0.29 to 1.1.4 remove most oh the any type Set Optional parameter As Optional. * tslint casperJS
13 lines
357 B
JSON
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
|
|
}
|
|
}
|