You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2023. It is now read-only.
Hi, while I was working on my first PR for this repository I found a small mistake in the Contributing Guidelines but I'm unsure as to what the intended content is... The CONTRIBUTING.md contains the following line
- Code should pass `npm test` (alias of `eslint .`).
However, when you look at the package.json ⬇️ you can see that npm test is an alias for apm test and not eslint . (which is aliased by npm run lint)