eslint-plugin-json-schema-validator
Version:
ESLint plugin that validates data using JSON Schema Validator.
1 lines • 435 B
JSON
{"$schema":"http://json-schema.org/draft-04/schema","type":"object","properties":{"optimizations":{"type":"array","minItems":1,"items":{"type":"object","required":["includes"],"properties":{"includes":{"type":"array","items":{"type":"string","minLength":1}},"excludes":{"type":"array","items":{"type":"string","minLength":1},"default":["node_modules","bower_components","jspm_packages"]},"lossy":{"type":"boolean","default":false}}}}}}