{
  "extends": "tslint:latest",
  "rules": {
    "indent": [true, "spaces"],
    "quotemark": [true, "single"],
    "object-literal-sort-keys": false,
    "trailing-comma": false,
    "class-name": true,
    "semicolon": [true, "always"],
    "triple-equals": [true, "allow-null-check"],
    "eofline": true,
    "jsdoc-format": true,
    "member-access": false,
    "whitespace": [true,
      "check-decl",
      "check-operator",
      "check-separator",
      "check-type"
    ],
    "only-arrow-functions": false,
    "no-string-literal": false,
    "no-unused-new": false,
    "no-console": [true, "warn"],
    "curly": false,
    "no-reference": false,
    "forin": false,
    "no-var-requires": false,
    "ordered-imports": false,
    "no-trailing-whitespace": false,
    "interface-name": false,
    "variable-name": [true, "ban-keywords", "check-format", "allow-leading-underscore"],
    "no-bitwise": false,
    "object-literal-key-quotes": [true, "as-needed"],
    "arrow-parens": false,
    "prefer-for-of": false
  },
  "rulesDirectory": []
}
