Skip to content

Commit 1d567be

Browse files
moved top-level property to the top of the object
1 parent bd23ead commit 1d567be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Example
1010

1111
```javascript
1212
$RefParser.dereference("my-schema.yaml", {
13+
continueOnError: true, // Don't throw on the first error
1314
parse: {
1415
json: false, // Disable the JSON parser
1516
yaml: {
@@ -27,7 +28,6 @@ $RefParser.dereference("my-schema.yaml", {
2728
withCredentials: true, // Include auth credentials when resolving HTTP references
2829
}
2930
},
30-
continueOnError: true, // Don't throw on the first error
3131
dereference: {
3232
circular: false // Don't allow circular $refs
3333
}

0 commit comments

Comments
 (0)