{
  "extends": [
    "tslint:recommended",
    "tslint-config-airbnb"
  ],
  "rules": {
    "align": false,
    "function-name": false,
    "import-name": false,
    "interface-over-type-literal": false,
    "max-line-length": false,
    "no-any": false,
    "no-console": false,
    "no-string-literal": false,
    "no-unused-expression": false,
    "ordered-imports": false,
    "semicolon": false,
    "prefer-array-literal": [true, { "allow-type-parameters": true }],
    "variable-name": [true, "ban-keywords", "check-format", "allow-pascal-case", "allow-leading-underscore"]
  }
}
