Skip to content

Commit

Permalink
Updated ESLint config.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjesuele committed Apr 9, 2017
1 parent f3e5022 commit 286acf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 286acf2

Please sign in to comment.