mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
19 lines
353 B
JSON
19 lines
353 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// TODOs
|
|
"unified-signatures": false,
|
|
"class-name": true,
|
|
"indent": [
|
|
true,
|
|
"spaces"
|
|
],
|
|
"max-line-length": [true, 250],
|
|
"quotemark": [
|
|
true,
|
|
"double"
|
|
],
|
|
"jsdoc-format": true
|
|
}
|
|
}
|