Skip to content

Commit

Permalink
Enable curly for multi-line
Browse files Browse the repository at this point in the history
  • Loading branch information
existentialism committed Mar 3, 2017
1 parent 89c5564 commit d4fb46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
"comma-dangle": ["error", "always-multiline"],
"comma-spacing": "error",
"consistent-return": "off",
curly: "off",
curly: ["error", "multi-line"],
"func-call-spacing": "error",
indent: ["error", 2, {
SwitchCase: 1,
Expand Down

0 comments on commit d4fb46d

Please sign in to comment.