{
  "extends": ["tslint:recommended", "tslint-config-prettier"],
  "rulesDirectory": [],
  "rules": {
    "object-literal-sort-keys": false,
    "ordered-imports": false,
    "new-parens": true,
    "no-arg": true,
    "no-bitwise": false,
    "no-empty-interface":false,
    "interface-name":false,
    "no-conditional-assignment": true,
    "no-consecutive-blank-lines": false,
    "no-console": {
      "severity": "warning",
      "options": ["debug", "info", "log", "time", "timeEnd", "trace"]
    }
  }
}
