Skip to content

Commit

Permalink
eslint config tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jul 21, 2016
1 parent 4b3086f commit 9c8b0cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"consistent-return": 0,
"eqeqeq": 2,
"guard-for-in": 2,
"indent": [2, 2],
"indent": [1, 2],
"key-spacing": 0,
"max-len": [1, 110, 2],
"max-nested-callbacks": [2, 3],
Expand Down Expand Up @@ -48,9 +48,9 @@
"operator-linebreak": [2, "after"],
"padded-blocks": [2, "never"],
"prefer-const": 2,
"quotes": [2, "single", "avoid-escape"],
"quotes": [1, "single", "avoid-escape"],
"radix": 2,
"space-after-keywords": [2, "always"],
"keyword-spacing": 1,
"space-before-blocks": [2, "always"],
"space-before-function-paren": [2, "never"],
"space-in-parens": [2, "never"],
Expand Down

0 comments on commit 9c8b0cd

Please sign in to comment.