Skip to content

Commit

Permalink
Add object-curly-spacing rule (#14)
Browse files Browse the repository at this point in the history
Fixes #12
  • Loading branch information
danez authored and hzoo committed Jan 14, 2017
1 parent 7392c75 commit 9d04bb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ module.exports = {
"no-unreachable": "off",
"no-use-before-define": "off",
"no-var": "error",
"object-curly-spacing": ["error", "always"],
"prefer-const": "error",
quotes: ["error", "double"],
"space-before-blocks": ["error", "always"],
Expand Down

0 comments on commit 9d04bb9

Please sign in to comment.