mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 11:51:10 +08:00
8 lines
152 B
JSON
8 lines
152 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"indent": [true, "spaces", 4],
|
|
"quotemark": [true, "double", "avoid-escape"]
|
|
}
|
|
}
|