mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
* Disable linting for maximum line length so that definition header comment line does not have to be broken up.
8 lines
135 B
JSON
8 lines
135 B
JSON
{
|
|
"extends": "../tslint.json",
|
|
"rules": {
|
|
"unified-signatures": false,
|
|
"max-line-length": [false, 200]
|
|
}
|
|
}
|