DefinitelyTyped/types/webdriverio/tslint.json
Tim Brust 00ac5257cb feat(webdriverio): add toggleTouchIdEnrollment function (#16147)
style(webdriverio): add linting and correct reported issues
test(webdriverio): update GitHub test case
2017-04-26 10:50:51 -07:00

8 lines
124 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"no-single-declare-module": false,
"unified-signatures": false
}
}