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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,7 @@ When the `json5` feature is active, both `.json` and `.json5` files are parsed
147
147
using the JSON5 format. Standard JSON is valid JSON5, so existing `.json` files
148
148
continue to work. Without this feature enabled, attempting to load a `.json` or
149
149
`.json5` file will result in an error.
150
+
When the `yaml` feature is enabled, `.yaml` and `.yml` files are also discovered and parsed. Without this feature, those extensions are ignored during path discovery.
150
151
151
152
JSON5 extends JSON with conveniences such as comments, trailing commas,
0 commit comments