[Newbie in spectral]
I'm trying to built set of rules using JS/TS, followed a similar pattern in this project -> src/ruleset.ts
How can i test the rules locally on my machine using spectral lint?
If I add the rules in yaml its easy to test using spectral lint, but for javascript ones, the doc says publish to npm.
Has anyone tried using yalc, publish it locally and test ?
[Newbie in spectral] I'm trying to built set of rules using JS/TS, followed a similar pattern in this project -> src/ruleset.ts How can i test the rules locally on my machine using spectral lint?
If I add the rules in yaml its easy to test using spectral lint, but for javascript ones, the doc says publish to npm. Has anyone tried using yalc, publish it locally and test ?