{
  "defaultSeverity": "error",
  "extends": ["tslint:recommended"],
  "jsRules": {
    "curly": [true, "ignore-same-line"],
    "no-bitwise": false,
    "object-literal-sort-keys": false,
    "quotemark": [
      true,
      "double",
      "avoid-escape",
      "avoid-template",
      "jsx-double"
    ],
    "semicolon": false,
    "trailing-comma": false,
    "variable-name": [false, "check-format", "allow-leading-underscore"]
  },
  "rules": {
    "curly": [true, "ignore-same-line"],
    "arrow-parens": [true, "ban-single-arg-parens"],
    "no-bitwise": false,
    "object-literal-sort-keys": false,
    "quotemark": [true, "double", "avoid-escape", "jsx-double"],
    "semicolon": false,
    "trailing-comma": false,
    "variable-name": [false, "check-format", "allow-leading-underscore"]
  },
  "rulesDirectory": []
}
