-
-
Notifications
You must be signed in to change notification settings - Fork 7
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 step to dev and CI #41
Conversation
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
- Add Yarn v3 (same as module template) - Rely on Node 16 (same as module template) - Add a private manifest, and add Prettier as a dev dependency - Add the same `lint` script from the module template - Use the same Prettier config that we use in the module template - Run all Markdown files through Prettier, applying any auto-fixes - Ensure `main` contains Markdown files that pass lint by configuring GitHub Actions to run the `lint` script
There are other projects we could use for linting Markdown: It'd also be cool if we could verify that all of the examples given in various Markdown documents are valid (i.e. executable). There's a project called But... I figured this was a good start for now! |
Looks great! Lots of conflicts now though |
Ready for review again. |
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.
LGTM!
lint
script from the module templatemain
contains Markdown files that pass lint by configuringGitHub Actions to run the
lint
script