DefinitelyTyped/types/gapi.auth2/tslint.json
2017-08-20 15:37:53 -07:00

11 lines
161 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"indent": {
"options": [true, "spaces", 2]
},
// TODO
"no-mergeable-namespace": false
}
}