Condition:
Currently when devs are going to generate microfrontend, there will be some inputs like package name, version, description, etc, and all of those still not validated yet, example, input project initial version, you can put any string, not "0.0.1" format. so you can also use regex for this question.
Expected:
Add validation. how to handle error and what to say to dev when error occured when providing information.
Hint :
- you can add a function to validate in question.js