mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
26 lines
546 B
JSON
26 lines
546 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// TODOs
|
|
"unified-signatures": false,
|
|
"class-name": true,
|
|
"indent": [
|
|
true,
|
|
"spaces"
|
|
],
|
|
"max-line-length": [
|
|
true,
|
|
250
|
|
],
|
|
"no-const-enum": false,
|
|
"no-unnecessary-type-assertion": false,
|
|
"quotemark": [
|
|
true,
|
|
"double"
|
|
],
|
|
"jsdoc-format": true,
|
|
"no-unnecessary-generics": false,
|
|
"no-empty-interface": false
|
|
}
|
|
}
|