Skip to content

Commit

Permalink
[CHORE:#3] interface에서 빈 객체를 사용할 수 있도록 변경
Browse files Browse the repository at this point in the history
https://typescript-eslint.io/rules/no-empty-interface/
사용 인터페이스 : SubscribeOptionDto.ts
  • Loading branch information
hyejungg committed May 25, 2022
1 parent a85cd0a commit 7ebbd7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"rules": {
"prettier/prettier": "error",
"@typescript-eslint/no-var-requires": "error",
"@typescript-eslint/no-empty-interface": ["error",{ "allowSingleExtends": true }],
"new-cap": ["error", { "capIsNew": false }],
"no-prototype-builtins": "off",
"no-self-assign": "off",
Expand Down

0 comments on commit 7ebbd7a

Please sign in to comment.