mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00: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:
parent
cff6915edf
commit
ba9f5d22a2
@ -1,6 +1,7 @@
|
||||
{
|
||||
"extends": "../tslint.json",
|
||||
"rules": {
|
||||
"unified-signatures": false
|
||||
"unified-signatures": false,
|
||||
"max-line-length": [false, 200]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user