Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
I am doing a PR for a new linter rule.
I would like to test this new linter rule on an existing repository, but it is unclear how to do that.
Normally, I would usenpm link
for this purpose, but that doesn't seem to be working properly, presumably because this is a monorepo.
Please enumerate the steps for testing a PR inCONTRIBUTING.md.