-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Add lint packages #1
Add lint packages #1
Conversation
"scripts": { | ||
"lint": "eslint --cache --format codeframe --ext js packages/*", | ||
"test": "yarn lint", | ||
"verdaccio:release": "lerna publish --registry http://localhost:4873 --yes --no-verify-access --no-git-tag-version --no-push --exact" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if this is the recommended command to run when releasing scoped packages on verdaccio. That's what I've been doing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. One recommendation I would make would be to put something about Mozilla Frontend Infra in the package descriptions, otherwise it isn't clear from the description what they are for generically.
Sounds good, I appreciate you taking the time to review this patch. Out of curiosity, what script do you run for verdaccio in order to quickly test your projects. I usually do |
The linting rules were taken from https://github.com/mozilla-frontend-infra/neutrino-preset-mozilla-frontend-infra.