- Notifications
You must be signed in to change notification settings - Fork 444
Closed
Labels
Description
Hi @dsznajder, thanks for making this nice plugin. Is there an existing way to use double quotes instead of single quotes and to add semicolons?
Example ->
import React, { PureComponent } from "react"; import PropTypes from "prop-types"; export default class TaskInformation extends PureComponent { static propTypes = { } render() { return ( <div> </div> ); } }
devgeeks, silvaan, rdhar, vivekweb2013, alesso-x and 9 moreice-chillios