UNPKG

eslint-config-ktsn-typescript

Version:
14 lines (13 loc) 351 B
{ "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 } }