DefinitelyTyped/selenium-webdriver/tslint.json
2017-03-07 22:14:39 -05:00

11 lines
233 B
JSON

{
"extends": "../tslint.json",
"rules": {
"callable-types": false,
"forbidden-types": false,
"interface-name": [false],
"no-empty-interface": false,
"unified-signatures": false
}
}