Skip to content

Commit

Permalink
Merge pull request #84 from algolia/feat/enable-curly-all
Browse files Browse the repository at this point in the history
feat: enable curly rules
  • Loading branch information
samouss committed May 17, 2018
2 parents d0e28d5 + dca43ad commit 81d169a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/base.js
Expand Up @@ -42,7 +42,7 @@ module.exports = {
'class-methods-use-this': ['off'],
complexity: ['error'],
'consistent-return': ['error'],
curly: ['off'],
curly: ['error'],
'default-case': ['error'],
'dot-location': ['off'],
'dot-notation': ['error'],
Expand Down

0 comments on commit 81d169a

Please sign in to comment.