Skip to content

Commit

Permalink
Update eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
simov committed Mar 6, 2016
1 parent 6793795 commit 622d61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Expand Up @@ -37,7 +37,7 @@
"no-shadow": 0,
// Use if () { }
// ^ space
"space-after-keywords": [2, "always"],
"keyword-spacing": [2, {"after": true}],
// Use if () { }
// ^ space
"space-before-blocks": [2, "always"]
Expand Down

0 comments on commit 622d61e

Please sign in to comment.