File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments