Skip to content

Commit

Permalink
Fix 'sort-vars' option in .eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickcr committed Jun 26, 2015
1 parent 34eef5a commit 1cc61d7
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 @@ -139,7 +139,7 @@
"quotes": [2, "single"],
"quote-props": [2, "as-needed"],
"semi": [2, "always"],
"sort-vars": [2, "ignoreCase"],
"sort-vars": [2, {"ignoreCase": true}],
"space-after-keywords": 2,
"space-before-blocks": 2,
"space-in-brackets": 2,
Expand Down

0 comments on commit 1cc61d7

Please sign in to comment.