Replies: 1 comment 3 replies
-
Hey! // .spectral.js
import myRuleset from 'my-npm-package';
export default {
extends: myRuleset,
}; Note - it's going to be complementary to JSON/YAML, therefore the syntax of that rule will strictly follow JSON/YAML. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team, we've created a ruleset with custom functions, bundled it as NPM package and hosted it on our private Artifactory.
It seems all CLI, Stoplight studio and GitHub action are fetching the package through unpkg.com. Is there way to override the URL with our custom registry?
Thanks,
Yli
Beta Was this translation helpful? Give feedback.
All reactions