{
  "extends": ["tslint-config-airbnb"],
  "rules": {
    "no-increment-decrement": false,
    "max-line-length": false,
    "variable-name": [
      true,
      "ban-keywords",
      "check-format",
      "allow-pascal-case",
      "allow-leading-underscore"
    ],
    "import-name": false,
    "ter-arrow-parens": false,
    "no-parameter-reassignment": false,
    "object-shorthand-properties-first": false,
    "semicolon": false,
    "align": false,
    "no-this-assignment": false
  }
}
