We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b8609 commit 5a39110Copy full SHA for 5a39110
package.json
@@ -7,6 +7,7 @@
7
"format-check": "npx prettier . --check",
8
"lint-js": "npx eslint **/*.js",
9
"gen-ipa-docs": "node tools/spectral/ipa/scripts/generateRulesetReadme.js",
10
+ "spectral-validation": "spectral lint ./openapi/v2.yaml --ruleset=./tools/spectral/.spectral.yaml",
11
"ipa-validation": "spectral lint ./openapi/v2.yaml --ruleset=./tools/spectral/ipa/ipa-spectral.yaml",
12
"test": "jest",
13
"precommit": "husky install"
0 commit comments