eslint.config.js
0 → 100644
+81
−0
+1136
−13
File changed.
Preview size limit exceeded, changes collapsed.
+5
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -14,6 +14,8 @@ | ||
"compile": "tsp compile --config ./tspconfig.yaml ./specs/index.tsp",
|
||
"sync": "vale --config ./.vale/.vale.ini sync",
|
||
"lint": "vale --no-wrap --config ./.vale/.vale.ini ./src/content/projects/",
|
||
"lint:json": "eslint --fix --config ./eslint.config.js",
|
||
"postlint": "npm run lint:json",
|
||
"prevalidate": "npm run compile",
|
||
"validate": "pwsh -Command ./scripts/Invoke-Validate.ps1",
|
||
"postvalidate": "npm run count",
|
||
| @@ -43,6 +45,9 @@ | ||
"ajv-cli": "^5.0.0",
|
||
"ajv-formats": "^3.0.1",
|
||
"ajv-keywords": "^5.1.0",
|
||
"eslint": "^9.9.1",
|
||
"eslint-plugin-json-schema-validator": "^5.1.2",
|
||
"eslint-plugin-jsonc": "^2.16.0",
|
||
"jsonlint": "^1.6.3"
|
||
}
|
||
} |
||
+5
−11
+2
−6
Loading