Skip to content

Commit

Permalink
chore(lint): add curly rule (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick Croissant authored Jan 29, 2021
1 parent 4ad4e41 commit 74e319f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module.exports = {
},
},
rules: {
curly: 2,
'no-param-reassign': 0,
'valid-jsdoc': 0,
'no-shadow': 0,
Expand Down

0 comments on commit 74e319f

Please sign in to comment.