mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
12 lines
297 B
JSON
12 lines
297 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"array-type": false,
|
|
"ban-types": false,
|
|
"max-line-length": false,
|
|
"no-redundant-undefined": false,
|
|
"no-unnecessary-generics": false,
|
|
"npm-naming": false,
|
|
"unified-signatures": false
|
|
}
|
|
} |