{
    "extends": "tslint-xo/space",
    "rules": {
        "interface-over-type-literal": false,
        "no-this-assignment": [true, {"allow-destructuring": true}],
        "object-curly-spacing": [ true, "always" ]
    }
}