Skip to content

Commit 360a28d

Browse files
authored
Merge pull request #124 from hildjj/readme
readme
2 parents 3b7855a + a9f4d54 commit 360a28d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Most of the API takes an `options` object, which has the following defaults:
3535
root: '/',
3636
files: undefined,
3737
cache: undefined,
38+
unset: false,
3839
};
3940
```
4041

@@ -71,6 +72,11 @@ Most of the API takes an `options` object, which has the following defaults:
7172
fully-qualified file name of the config file and a `root: boolean` property
7273
that describes if the config file had a `root=true` at the top. Any other
7374
properties in the objects should be treated as opaque.</dd>
75+
76+
<dt>unset</dt>
77+
<dd>If true, after combining all properties, remove all properties whose value
78+
remains as "unset". This is typically left for plugin authors to do, and
79+
the conformance tests assume that this value is always false.</dd>
7480
</dl>
7581

7682
### in Node.js:

0 commit comments

Comments
 (0)