{
  "extends": "tslint-config-airbnb",
  "rules": {
    "max-line-length": [ true, 140 ],
    "import-name": false,
    "ter-arrow-parens": false,
    "no-boolean-literal-compare": false,
    "object-shorthand-properties-first": false,
    "space-in-parens": false
  }
}