mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
12 lines
219 B
JSON
12 lines
219 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// TODOs
|
|
"dt-header": false,
|
|
"no-any-union": false,
|
|
"no-object-literal-type-assertion": false,
|
|
"no-unnecessary-generics": false,
|
|
"no-void-expression": false
|
|
}
|
|
}
|