mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
14 lines
361 B
JSON
14 lines
361 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"adjacent-overload-signatures": false,
|
|
"no-any-union": false,
|
|
"no-consecutive-blank-lines": false,
|
|
"no-empty-interface": false,
|
|
"no-padding": false,
|
|
"no-unnecessary-qualifier": false,
|
|
"max-line-length": false,
|
|
"unified-signatures": false
|
|
}
|
|
}
|