Skip to content

Commit

Permalink
move jsx-quotes rule from eslint-config-standard-react
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Feb 6, 2016
1 parent df9161d commit fb83a95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"generator-star-spacing": [2, { "before": true, "after": true }],
"handle-callback-err": [2, "^(err|error)$" ],
"indent": [2, 2, { "SwitchCase": 1 }],
"jsx-quotes": [2, "prefer-single"],
"key-spacing": [2, { "beforeColon": false, "afterColon": true }],
"keyword-spacing": [2, { "before": true, "after": true }],
"new-cap": [2, { "newIsCap": true, "capIsNew": false }],
Expand Down

0 comments on commit fb83a95

Please sign in to comment.