Skip to content
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

chore: reinstate packageJson.scripts.lint #8255

Merged
merged 1 commit into from
Aug 31, 2023
Merged

Conversation

michaelfig
Copy link
Member

Description

Allow yarn lint to run all the lint checks in all packages.

Security Considerations

Scaling Considerations

Documentation Considerations

Testing Considerations

Upgrade Considerations

@michaelfig michaelfig self-assigned this Aug 25, 2023
@michaelfig michaelfig added the hygiene Tidying up around the house label Aug 25, 2023
@michaelfig michaelfig marked this pull request as ready for review August 25, 2023 20:09
@michaelfig michaelfig requested a review from turadg August 25, 2023 20:09
@@ -12,6 +12,7 @@
"test": "ava",
"test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js",
"test:xs": "exit 0",
"lint": "yarn lint:eslint",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

consider defining this in a way that doesn't need updating when a new linter is added.

Suggested change
"lint": "yarn lint:eslint",
"lint": "run-s --continue-on-error lint:*",

@michaelfig michaelfig added the automerge:no-update (expert!) Automatically merge without updates label Aug 31, 2023
@mergify mergify bot merged commit 0cc126e into master Aug 31, 2023
79 checks passed
@mergify mergify bot deleted the mfig-lint-scripts branch August 31, 2023 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge:no-update (expert!) Automatically merge without updates hygiene Tidying up around the house
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants