mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-26 02:32:49 +00:00
* fix(ssri): Return `Promise` type by default * test(ssri): Use `$ExpectType` DTSLint assertions
10 lines
87 B
JSON
10 lines
87 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"indent": [
|
|
true,
|
|
"tabs"
|
|
]
|
|
}
|
|
}
|