Validators for form values based on JSON Schema.
npm install --save jsval
Create validator file with go-jstmpl and call functions implemented in this packaged.
- Fork (https://github.com/go-jstmpl/jsval/fork)
- Run
npm install
- Create a feature branch
- Commit your changes
- Rebase your local changes against the master branch
- Run test suite with the
npm run build && npm test
command and confirm that it passes - Run
npm run lint
- Create a new Pull Request