Skip to content

Commit

Permalink
Add curly rule in eslint (#24)
Browse files Browse the repository at this point in the history
* feat: 중괄호 필수 rule 추가

* chore: add changeset
  • Loading branch information
igy95 authored Jun 24, 2024
1 parent af6ef63 commit 02559a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/lucky-hounds-try.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@channel.io/eslint-config": minor
---

add curly rule
1 change: 1 addition & 0 deletions packages/eslint-plugin/lib/config/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,6 @@ module.exports = {
},
],
'import/no-duplicates': 'error',
'curly': ['error', 'all']
},
}

0 comments on commit 02559a2

Please sign in to comment.