mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-28 16:45:10 +08:00
16 lines
373 B
JSON
16 lines
373 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"ban-types": false,
|
|
"interface-name": false,
|
|
"no-empty-interface": false,
|
|
"no-single-declare-module": false,
|
|
"unified-signatures": false,
|
|
|
|
"class-name": true,
|
|
"indent": [true, "spaces"],
|
|
"quotemark": [true, "double"],
|
|
"comment-format": false
|
|
}
|
|
}
|