{
  "defaultSeverity": "error",
  "extends": [
    "tslint:recommended"
  ],
  "jsRules": {},
  "rules": {
    "quotemark": [
      true,
      "single"
    ],
    "curly": [
      true,
      "ignore-same-line"
    ],
    "no-empty": false,
    "max-classes-per-file": false,
    "no-unused-expression": [
      true,
      "allow-fast-null-checks",
      "allow-new"
    ],
    "arrow-parens": [
      true,
      "ban-single-arg-parens"
    ],
    "no-var-requires": false,
    "no-shadowed-variable": false,
    "max-line-length": false,
    "no-namespace": false,
    "array-type": [
      true,
      "array"
    ],
    "whitespace": {
      "options": [
        "check-branch",
        "check-decl",
        "check-operator",
        "check-separator",
        "check-type"
      ]
    },
    "no-angle-bracket-type-assertion": false
  },
  "rulesDirectory": []
}
