prettier/.github/ISSUE_TEMPLATE.md

29 lines
446 B
Markdown

<!-- BUGGY OR UGLY? Please use this template.
Tip! Don't write this stuff manually.
1. Go to https://prettier.io/playground
2. Paste your code and set options
3. Press the "Report issue" button in the lower right
-->
**Prettier 1.10.2**
[Playground link](https://prettier.io/playground/#.....)
```sh
# Options (if any):
--single-quote
```
**Input:**
```jsx
// code snippet
```
**Output:**
```jsx
// code snippet
```
**Expected behavior:**