You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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: