dprint-plugin-typescript
dprint-plugin-typescript copied to clipboard
Support configuration for space around equal sign in JSX props
An option that allows the user to set the space around jsx equal sign.
- <MyComponent myProp='value' />
+ <MyComponent myProp = 'value' />
+1 for this.