{
  "extends": "ktsn",
  "parser": "@typescript-eslint/parser",
  "plugins": ["@typescript-eslint"],
  "rules": {
    "no-undef": 0,
    "@typescript-eslint/adjacent-overload-signatures": 2,
    "@typescript-eslint/no-array-constructor": 2,
    "@typescript-eslint/no-empty-interface": 2,
    "no-dupe-class-members": 0,
    "no-unused-vars": 0
  }
}
