Skip to content

Commit

Permalink
update eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
chicoxyzzy committed Feb 12, 2015
1 parent e02a303 commit 96677d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ globals:

rules:
# ERRORS
space-before-blocks: [2, 'always']
space-before-blocks: 2
indent: [2, 2, indentSwitchCase: true]
brace-style: 2
space-after-keywords: 2
strict: 2
Expand Down

0 comments on commit 96677d5

Please sign in to comment.