mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-09 18:32:48 +00:00
8 lines
125 B
JSON
8 lines
125 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"ban-types": false,
|
|
"indent": [true, "spaces", 4]
|
|
}
|
|
}
|