dprint / dprint-plugin-typescript

TypeScript and JavaScript code formatting plugin for dprint.
https://dprint.dev/plugins/typescript
MIT License
248 stars 50 forks source link

Support configuration for space around equal sign in JSX props #601

Open robertpin opened 5 months ago

robertpin commented 5 months ago

An option that allows the user to set the space around jsx equal sign.

- <MyComponent myProp='value' />
+ <MyComponent myProp = 'value' />
bob-genomics commented 2 months ago

+1 for this.