Skip to content

Commit

Permalink
chore: add missing required field
Browse files Browse the repository at this point in the history
  • Loading branch information
goatwu1993 committed Aug 1, 2024
1 parent 92e1b44 commit 5c936ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schemas/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@
"description": "Whether to treat the path as a glob. Defaults to `false`.",
"type": "boolean"
}
}
},
"required": ["type", "path"]
}
]
}
Expand Down

0 comments on commit 5c936ea

Please sign in to comment.