Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added instructions for setting options #323

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,28 @@ yarn fix
yarn test
```

## Help
### Help

To configure "Prettier options" via chrome:

- click on the prettier chrome extention,
<img src="./chrome-web-store/first step.PNG"
alt="first step"
style="float: left; margin-right: 10px;" />

- You will get a Popup menu among which is **"Options"**.
<img src="./chrome-web-store/second step.PNG"
alt=" step two"
style="float: left; margin-right: 10px;" />
- Click on **options** and make your setups.
<img src="./chrome-web-store/third step.PNG"
alt=" step to configure"
style="float: left; margin-right: 10px;" />
- Now Prettier is set up, and ready to be used.
<img src="./chrome-web-store/prettier.gif"
alt="how it works"
style="float: left; margin-right: 10px;" />

## Help

We need your [help](https://github.com/prettier/prettier-chrome-extension/issues) :)
Binary file added chrome-web-store/first step.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chrome-web-store/prettier.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chrome-web-store/second step.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chrome-web-store/third step.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.