githubEdit

schema-utils

npmarrow-up-right nodearrow-up-right depsarrow-up-right testarrow-up-right coveragearrow-up-right chatarrow-up-right

arrow-up-rightarrow-up-right

Schema Utils

Install

npm i schema-utils

Usage

validateOptions

schema.json

{
  "type": "object",
  "properties": {
    // Options...
  },
  "additionalProperties": false
}

Error Messages (Custom)

schema.json

Examples

schema.json

Loader

Plugin

Last updated