grommet / jsx-to-string

Parse your React JSX component to string
MIT License
124 stars 26 forks source link

Use double quotes for string values #36

Open hahnbi opened 6 years ago

hahnbi commented 6 years ago

Hi, I noticed that string prop values are created with single quotes. I'd like to make them double quotes, so they're consistent with HTML tags and React documentation.