mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 15:00:26 +00:00
13 lines
356 B
JSON
13 lines
356 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"adjacent-overload-signatures": false,
|
|
"array-type": false,
|
|
"max-line-length": false,
|
|
"no-unnecessary-class": false,
|
|
"no-unnecessary-generics": false,
|
|
"prefer-template": false,
|
|
"strict-comparisons": false,
|
|
"unified-signatures": false
|
|
}
|
|
} |