-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Format YAML files with Prettier #8407
Conversation
* master: (22 commits) Adding blog post link to readme (gatsbyjs#8397) [www] A bunch of mostly "Creator"-related UI updates (gatsbyjs#8390) Add Ramon Chancay Creator (gatsbyjs#8389) [www] Update LeKoArts' portfolio starters' info (gatsbyjs#8365) Add self to creators. (gatsbyjs#8391) Behind the scenes (gatsbyjs#8392) Add https://hawaiinational.bank to sites.yml (gatsbyjs#8394) Add Marc-Antoine Ruel to community page (gatsbyjs#8378) chore(release): Publish [gatsby-image] Restore placeholder image transition (gatsbyjs#8350) Add www.leyanlo.com to sites.yml (gatsbyjs#8363) Add Jest to v2 migration docs (gatsbyjs#8384) [www] Fix wire.com Showcase URL (gatsbyjs#8376) Update Creator Showcase and Site Showcase (gatsbyjs#8377) Created stub article for navigation doc Added new navigation docs to sidebar www: fix images on audit with lighthouse doc (gatsbyjs#8373) Fix link (gatsbyjs#8375) Updated links using gatsby image in sidebar nav ...
package.json
Outdated
"jest": "jest", | ||
"lerna": "lerna", | ||
"lerna-prepare": "lerna run prepare", | ||
"lint": "npm-run-all --continue-on-error --parallel lint:js lint:yaml", | ||
"lint": "npm-run-all --continue-on-error --parallel lint:js", |
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.
I think we still want to lint that
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.
Updated it..
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.
Thanks @lipis!
Holy buckets, @lipis — we just merged your PR to Gatsby! 💪💜 Gatsby is built by awesome people like you. Let us say “thanks” in two ways:
If there’s anything we can do to help, please don’t hesitate to reach out to us: tweet at @gatsbyjs and we’ll come a-runnin’. Thanks again! |
Awesome work, thanks @lipis! I think the absence of Prettier in YAML files has actually caused a few problems before, so this is great! |
* Format YAML files with Prettier * Yarn * Format YAML files * Editor config * Lint yaml files
Since we already using Prettier, why not formatting the YAML files with it.