ajv-errors

v3.0.0
Custom error messages in JSON Schemas for Ajv validator
ajv json-schema validator error messages

build

rm -rf dist && tsc

eslint

eslint "src/**/*.*s" "spec/**/*.*s"

prettier:write

prettier --write "./**/*.{json,ts,js}"

prettier:check

prettier --list-different "./**/*.{json,ts,js}"

test-spec

jest "spec/*.ts"

test-cov

jest "spec/*.ts" --coverage

test

npm run prettier:check && npm run eslint && npm run build && npm run test-cov

prepublish

npm run build
npm i ajv-errors

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 3/27/2021

Downloads

Maintainers