Skip to content

Commit

Permalink
Merge pull request mui#1665 from oliviertassinari/eslint-jsx-quotes-fix
Browse files Browse the repository at this point in the history
[eslint] fix travis error with jsx-quotes
  • Loading branch information
Hai Nguyen committed Sep 16, 2015
2 parents b55b770 + ed748f1 commit 90c256e
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 @@ -15,6 +15,7 @@
"dot-location": [2, "property"],
"no-undef": 2,
"comma-spacing": 2,
"jsx-quotes": [2, "prefer-double"],

"key-spacing": 0,
"no-underscore-dangle": 0,
Expand All @@ -35,7 +36,6 @@
"react/jsx-max-props-per-line": [2, {maximum: 4}],
"react/jsx-no-duplicate-props": 2,
"react/jsx-no-undef": 2,
"react/jsx-quotes": [2, "double"]
},
"parser": "babel-eslint",
"plugins": [
Expand Down

0 comments on commit 90c256e

Please sign in to comment.