mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
12 lines
332 B
JSON
12 lines
332 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// All are TODOs
|
|
"array-type": false,
|
|
"interface-over-type-literal": false,
|
|
"no-redundant-undefined": false,
|
|
"no-unnecessary-generics": false,
|
|
"prefer-declare-function": false,
|
|
"strict-export-declare-modifiers": false
|
|
}
|
|
} |