Skip to content

Commit

Permalink
update prettier rule; add jsxSingleQuote to true
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwang committed Jan 7, 2019
1 parent d0ced04 commit 8490eca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@
"prettier/prettier": [
"error", {
"semi": false,
"printWidth": 80,
"arrowParens": "always",
"jsxBracketSameLine": true,
"singleQuote": true,
"parser": "flow"
"jsxSingleQuote": true,
"singleQuote": true
}
]
}
Expand Down

0 comments on commit 8490eca

Please sign in to comment.