Skip to content

Commit

Permalink
feat: enable curly rules
Browse files Browse the repository at this point in the history
  • Loading branch information
samouss committed Apr 9, 2018
1 parent abfeaa2 commit dca43ad
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 dca43ad

Please sign in to comment.