-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Labels
Description
Enhancement
Some CLI tools that rely on configs will do validation on those configs to ensure they are correct. For example Webpack does this:
I'm not entirely sure how this would be achieved, so I thought I'd open that up for discussion. Happy to look into implementing once there is consensus on the best approach.
Code
I would imagine the interface would be something like this:
dojo validate
or for example
dojo build
Throws an error if .dojorc
doesn't match a specified schema