mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-28 09:25:50 +08:00
* add types for chai-webdriverio * fix lint warning and remove extra lint rules * fix compilation * added types from webdriverio * try to fix build * try to fix build
8 lines
147 B
JSON
8 lines
147 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"no-single-declare-module" : false,
|
|
"no-declare-current-package": false
|
|
}
|
|
}
|