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 has been 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)
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
However, when you look at the
package.json
⬇️ you can see thatnpm test
is an alias forapm test
and noteslint .
(which is aliased bynpm run lint
)linter-htmlhint/package.json
Lines 30 to 33 in 19b0e5a
Again, I'm unsure what you guys originally intended, but I guess it should be something like:
The text was updated successfully, but these errors were encountered: