We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to help! 😄
But, there's no lockfile checked in, and the .gitignore explicitly ignores a yarn.lock. Should we be using Yarn, then?
.gitignore
yarn.lock
The text was updated successfully, but these errors were encountered:
hi, thanks! we intentioned to not using the lockfile - same reason as eslint: https://github.com/eslint/eslint#why-doesnt-eslint-lock-dependency-versions
I was using npm, but it should be fine to use other package managers like yarn/pnpm. It's nothing special to setup, just run
$ npm install $ npm test
I'll try to put a contributing guide later. 😄
Sorry, something went wrong.
aladdin-add
No branches or pull requests
I want to help! 😄
But, there's no lockfile checked in, and the
.gitignore
explicitly ignores ayarn.lock
. Should we be using Yarn, then?The text was updated successfully, but these errors were encountered: