-
Notifications
You must be signed in to change notification settings - Fork 9.1k
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
Add whitespace/formatting automation to the build process #3596
Comments
I have run some tests here and I have succeeded to format most of the cases using Prettier for formatitng and Markdownlint for linting. One thing that Prettier cannot catch is the optional quotes in the YAML properties and strings. There is an open issue for this case but couldn't find any solution to this. |
@lornajane Can this issue be closed? The validate-markdown workflow now lints the published and work-in-progress spec documemts. |
Yes, I think so |
Over time the formatting on our key documents has become inconsistent in terms of spacing and quotes, etc.
Add a tool to our build process for pull requests and the main branch to that that the official spec documents conform to our standards (as established by our current conventions).
The text was updated successfully, but these errors were encountered: