We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8c225 commit 22e4ea2Copy full SHA for 22e4ea2
doc/node-config-schema.json
@@ -1,6 +1,6 @@
1
{
2
"$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "additionalProperties": false,
+ "additionalProperties": true,
4
"properties": {
5
"$schema": {
6
"type": "string"
lib/internal/options.js
@@ -65,7 +65,7 @@ function generateConfigJsonSchema() {
65
const schema = {
66
__proto__: null,
67
$schema: 'https://json-schema.org/draft/2020-12/schema',
68
- additionalProperties: false,
+ additionalProperties: true,
69
properties: {
70
$schema: {
71
0 commit comments