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
Right now we line js code blocks and php code blocks - but our documentation also includes json and yaml, and potentially others.
We should add linters for those code blocks as well, to ensure they are (at a minimum) well formed.
Note that while JSON doesn't allow comments, some of our json code blocks may include comments as a form of documentation, which should be allowed by any JSON linter we add.
The text was updated successfully, but these errors were encountered:
Right now we line
js
code blocks andphp
code blocks - but our documentation also includesjson
andyaml
, and potentially others.We should add linters for those code blocks as well, to ensure they are (at a minimum) well formed.
Note that while JSON doesn't allow comments, some of our
json
code blocks may include comments as a form of documentation, which should be allowed by any JSON linter we add.The text was updated successfully, but these errors were encountered: