{
    "extends": [
        "../tslint.json"
    ],
    "rules": {
      "no-multiline-string": false,
      "quotemark": false,
      "no-flag-args": false
    }
}