-
Notifications
You must be signed in to change notification settings - Fork 152
[Format] Run prettier on most files #354
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
Conversation
README.md
Outdated
| ``` | ||
|
|
||
| **Note: There may be an issue with some package managers, such as `pnpm` or when using `prettier` v3.x. You can solve it by providing additional configuration option in prettier config file. | ||
| \*\*Note: There may be an issue with some package managers, such as `pnpm` or when using `prettier` v3.x. You can solve it by providing additional configuration option in prettier config file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It changes result a little bit. I suppose it should be ** Note...
| import c from 'c' | ||
| ``` | ||
|
|
||
| ### Ignoring import ordering |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this part supposed to be removed? I believe, it's better to keep it, since we provide this feature
Summary: ``` $ npx prettier --write . ``` Manually inspected changes, and reverted changes to examples, package.json, and tsconfig.json Test Plan: doitlive
|
Hey @vladislavarsenev, could you please take a Look at these PR as well. |
ec82cdf to
d9cae1b
Compare
868001e to
e5326ee
Compare
|
Thank you for your effort! I excluded *.md files from being prettified, since they might have code inside and sometimes should be wrong. |
Summary:
Manually inspected changes, and reverted changes to examples, package.json, and tsconfig.json
Test Plan: doitlive
Stack created with Sapling. Best reviewed with ReviewStack.
sort-imports-ignore#358