mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-12 08:34:20 +01:00
Convert JSON schema validation to use @hyperjump/json-schema, validate against specific schema version, newly validate schema definition, add missing "$schema" property.
This commit is contained in:
parent
e07eb4bf73
commit
dd6fe21ac7
4 changed files with 84 additions and 45 deletions
|
|
@ -70,6 +70,7 @@
|
|||
"devDependencies": {
|
||||
"@babel/core": "7.23.0",
|
||||
"@babel/preset-env": "7.22.20",
|
||||
"@hyperjump/json-schema": "1.6.0",
|
||||
"ava": "5.3.1",
|
||||
"babel-loader": "9.1.3",
|
||||
"c8": "8.0.1",
|
||||
|
|
@ -91,7 +92,6 @@
|
|||
"strip-json-comments": "5.0.1",
|
||||
"terser-webpack-plugin": "5.3.9",
|
||||
"toml": "3.0.0",
|
||||
"tv4": "1.3.0",
|
||||
"typescript": "5.2.2",
|
||||
"webpack": "5.88.2",
|
||||
"webpack-cli": "5.1.4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue