{
  "extends": [
    "tslint:recommended"
  ],
  "jsRules": {},
  "rules": {
    "variable-name": [true, "allow-keywords", "check-format", "allow-leading-underscore"],
    "object-literal-sort-keys": false,
    "max-line-length": [false],
    "no-console": false,
    "no-shadowed-variable": false,
    "forin": false,
    "no-empty": false,
    "only-arrow-functions": false,
    "no-bitwise": false
  },
  "rulesDirectory": []
}
