mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
14 lines
375 B
JSON
14 lines
375 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// TODO: Fix up types to remove these
|
|
"interface-name": false,
|
|
"only-arrow-functions": false,
|
|
"no-empty-interface": false,
|
|
"no-object-literal-type-assertion": false,
|
|
"ban-types": false,
|
|
"space-before-function-paren": false,
|
|
"unified-signatures": false
|
|
}
|
|
}
|