{
  "extends": [
    "tslint-config-airbnb"
  ],
  "rules": {
    "strict-boolean-expressions": [
      true,
      "allow-null-union",
      "allow-undefined-union",
      "allow-string",
      "allow-mix"
    ]
  }
}