-
Notifications
You must be signed in to change notification settings - Fork 59
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
Docs: Add support for linting typescript snippets in Markdown #1117
Comments
maschad
changed the title
Docs: Add support for linting Markdown
Docs: Add support for linting typescript snippets in Markdown
Dec 13, 2022
maschad
added a commit
to maschad/aegir
that referenced
this issue
Dec 13, 2022
maschad
added a commit
to maschad/aegir
that referenced
this issue
Dec 16, 2022
maschad
added a commit
to maschad/aegir
that referenced
this issue
Dec 19, 2022
maschad
added a commit
to maschad/aegir
that referenced
this issue
Dec 19, 2022
achingbrain
added a commit
that referenced
this issue
Jan 12, 2023
Closes #1117 Co-authored-by: Alex Potsides <alex@achingbrain.net>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following up from this conversation it would be useful to be able to lint code snippets in documentation.
We could do using Typescript Docs Verifier in a manner similar to
dep-check
, using a separate user-definedtsconfig
The entryPoint would be specified by the exports field.
The text was updated successfully, but these errors were encountered: