mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-26 10:56:19 +08:00
18 lines
312 B
JSON
18 lines
312 B
JSON
{
|
|
"extends": "../tslint.json",
|
|
"rules": {
|
|
// TODOs
|
|
"unified-signatures": false,
|
|
"class-name": true,
|
|
"indent": [
|
|
true,
|
|
"spaces"
|
|
],
|
|
"quotemark": [
|
|
true,
|
|
"double"
|
|
],
|
|
"jsdoc-format": true
|
|
}
|
|
}
|