Skip to content

Commit

Permalink
Downgrade 'space-unary-ops' in .eslintrc because of eslint/eslint#2764
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickcr committed Jun 26, 2015
1 parent f2ebd33 commit 34eef5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"space-in-parens": 2,
"space-infix-ops": 2,
"space-return-throw-case": 2,
"space-unary-ops": 2,
"space-unary-ops": 1,
"spaced-line-comment": 2,
"wrap-regex": 0,
// Legacy
Expand Down

0 comments on commit 34eef5a

Please sign in to comment.