Introduction
eslint-plugin-json-schema-validator is ESLint plugin that validates data using JSON Schema Validator.
📛 Features
This ESLint plugin validates JSON, JSONC, JSON5, YAML, TOML, JavaScript and Vue Custom Blocks with JSON Schema.
You can check on the Online DEMO.
📖 Usage
See User Guide.
✅ Rules
See Available Rules.
👫 Related Packages
- eslint-plugin-jsonc ... ESLint plugin for JSON, JSON with comments (JSONC) and JSON5.
- eslint-plugin-yml ... ESLint plugin for YAML.
- eslint-plugin-toml ... ESLint plugin for TOML.
- eslint-plugin-vue ... Official ESLint plugin for Vue.js.
- jsonc-eslint-parser ... JSON, JSONC and JSON5 parser for use with ESLint plugins.
- yaml-eslint-parser ... YAML parser for use with ESLint plugins.
- toml-eslint-parser ... TOML parser for use with ESLint plugins.
- vue-eslint-parser ... The ESLint custom parser for
.vuefiles.
🔒 License
See the LICENSE file for license rights and limitations (MIT).