mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 22:38:33 +08:00
[d3-geo]
* Disable linting for maximum line length so that definition header comment line does not have to be broken up.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"extends": "../tslint.json",
|
||||
"rules": {
|
||||
"unified-signatures": false
|
||||
"unified-signatures": false,
|
||||
"max-line-length": [false, 200]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user