-
Notifications
You must be signed in to change notification settings - Fork 9
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
WIP: adding a md linter to the lint process #41
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
96b9988
to
4310bbc
Compare
4310bbc
to
b32a474
Compare
b32a474
to
da43d83
Compare
trim_trailing_whitespace = true | ||
|
||
[*.md] |
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.
Keep the config in the rules section so its one place
"jsx": true | ||
}, | ||
}, | ||
rules: { |
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.
@m4sterbunny all the various rules to get things going. Have fixed up the bits in md/mdx as well so it now runs as part of the lint step
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.
@joaniefromtheblock FYI Josh has setup some of the rules to get ES link going
- uses: actions/checkout@v4 | ||
|
||
- name: Vale | ||
uses: ConsenSys/docs-gha/spelling@main |
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.
@m4sterbunny If you merge #6 , or copy pasta the content as a branch directly into docs-gha
^ change the above line main
to your branch's name and you can test things on this repo?
No description provided.