mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
12 lines
303 B
JSON
12 lines
303 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"ban-types": false,
|
|
"unified-signatures": false,
|
|
"no-empty-interface": false,
|
|
"no-single-declare-module": false,
|
|
"strict-export-declare-modifiers": false, // http2 needs this
|
|
"no-unnecessary-class": false // needed for module
|
|
}
|
|
}
|