{
  "extends": ["tslint-config-airbnb", "tslint-config-prettier"],
  "rules": {
    "variable-name": [
      true,
      "ban-keywords",
      "check-format",
      "allow-leading-underscore"
    ],
    "no-increment-decrement": [true, "allow-for-loops"]
  },
  "linterOptions": {
    "exclude": ["lib/generated/*.ts"]
  }
}
