Skip to content

Commit

Permalink
JSX: prefer single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Aug 19, 2016
1 parent a24fb4d commit 131aa22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslintrc.json
Expand Up @@ -11,7 +11,7 @@
],

"rules": {
"jsx-quotes": [2, "prefer-double"],
"jsx-quotes": [2, "prefer-single"],
"react/jsx-boolean-value": 2,
"react/jsx-curly-spacing": [2, "never"],
"react/jsx-equals-spacing": [2, "never"],
Expand Down

0 comments on commit 131aa22

Please sign in to comment.