DefinitelyTyped/selenium-webdriver/tslint.json
2017-02-23 07:15:16 -08:00

11 lines
231 B
JSON

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