mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
22 lines
615 B
JSON
22 lines
615 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"class-name": true,
|
|
"indent": [true, "spaces"],
|
|
"quotemark": [true, "single"],
|
|
"variable-name": [true, "check-format"],
|
|
|
|
// Below are all TODOs
|
|
"callable-types": false,
|
|
"ban-types": false,
|
|
"interface-name": false,
|
|
"jsdoc-format": false,
|
|
"max-line-length": false,
|
|
"no-empty-interface": false,
|
|
"no-namespace": false,
|
|
"no-unnecessary-qualifier": false,
|
|
"no-void-expression": false,
|
|
"unified-signatures": false,
|
|
"void-return": false
|
|
}
|
|
} |