Skip to content

Commit dca43ad

Browse files
committedApr 9, 2018
feat: enable curly rules
1 parent abfeaa2 commit dca43ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎rules/base.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module.exports = {
4242
'class-methods-use-this': ['off'],
4343
complexity: ['error'],
4444
'consistent-return': ['error'],
45-
curly: ['off'],
45+
curly: ['error'],
4646
'default-case': ['error'],
4747
'dot-location': ['off'],
4848
'dot-notation': ['error'],

0 commit comments

Comments
 (0)
Please sign in to comment.