Files
DefinitelyTyped/d3-geo/tslint.json
Tom Wanzek ba9f5d22a2 [d3-geo]
* Disable linting for maximum line length so that definition header comment line does not have to be broken up.
2017-03-07 21:53:29 -05:00

8 lines
135 B
JSON

{
"extends": "../tslint.json",
"rules": {
"unified-signatures": false,
"max-line-length": [false, 200]
}
}