klequis / coding-notebook

notes on coding issues
MIT License
0 stars 0 forks source link

Perttier single quotes for JSX jsxSingleQuote: true #7

Open klequis opened 4 years ago

klequis commented 4 years ago

By default Prettier will use double quotes in JSX even when singleQuote: true is set. To address this, include jsxSingleQuote: true in prettier.config.