mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
* Change Consumer from interface to class * Fix indentation to 4 spaces * Change to single export * Make namespace and class have the same name
10 lines
181 B
JSON
10 lines
181 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// TODOs
|
|
"ban-types": false,
|
|
"dt-header": false,
|
|
"strict-export-declare-modifiers": false
|
|
}
|
|
}
|