Skip to content

Commit

Permalink
Use quoteProps: preserve
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimha committed Apr 25, 2019
1 parent 1dff31e commit 3ce5546
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@
"prettier/prettier": ["error", {
"bracketSpacing": false,
"singleQuote": true,
"trailingComma": "es5"
"trailingComma": "es5",
"quoteProps": "preserve"
}],
"radix": 2,
"require-jsdoc": [2, {
Expand Down

0 comments on commit 3ce5546

Please sign in to comment.