Skip to content

Commit

Permalink
Fixed schema for validation option
Browse files Browse the repository at this point in the history
Closes #1700
  • Loading branch information
Gerrit0 committed Sep 18, 2021
1 parent d3e1876 commit f74762e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_options_schema.js
Expand Up @@ -86,7 +86,7 @@ addTypeDocOptions({
).defaults;

for (const key of Object.keys(defaults)) {
flagsObj[key] = {
flagsObj.properties[key] = {
type: "boolean",
};
}
Expand Down

0 comments on commit f74762e

Please sign in to comment.