koorchik / js-livr-extra-rules

More validation rules for LIVR (https://www.npmjs.com/package/livr)
MIT License
15 stars 3 forks source link

Add OSX uuid test, fix typos #16

Closed jottinger closed 1 year ago

jottinger commented 3 years ago

The OSX uuid command creates a UUIDv1 by default, and I added an extra UUID test including this output.

I thought about using relaxed JSON for the parsing of the rules, since that would allow comments for the data items, but felt this was too severe of a delta for now.

I also cleaned up some of the other code bits and corrected spelling.