File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed 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:
35
35
root: ' /' ,
36
36
files: undefined ,
37
37
cache: undefined ,
38
+ unset: false ,
38
39
};
39
40
```
40
41
@@ -71,6 +72,11 @@ Most of the API takes an `options` object, which has the following defaults:
71
72
fully-qualified file name of the config file and a `root: boolean` property
72
73
that describes if the config file had a `root=true` at the top. Any other
73
74
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>
74
80
</dl >
75
81
76
82
### in Node.js:
You can’t perform that action at this time.
0 commit comments