mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-17 12:16:38 +08:00
style(webdriverio): add linting and correct reported issues test(webdriverio): update GitHub test case
8 lines
124 B
JSON
8 lines
124 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"no-single-declare-module": false,
|
|
"unified-signatures": false
|
|
}
|
|
}
|