From 286acf210a0e68a326a60fb13fda25658fe8fb97 Mon Sep 17 00:00:00 2001 From: Matthew Jesuele Date: Sun, 9 Apr 2017 13:57:44 -0700 Subject: [PATCH] Updated ESLint config. --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index e0db6b9..8249e6b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -63,7 +63,7 @@ module.exports = { ], "consistent-return": "error", "consistent-this": "error", - "curly": "error", + "curly": ["error", "multi-line"], "default-case": "error", "dot-location": ["error", "property"], "dot-notation": [