Remark config type safety #1341
Unanswered
jaydenseric
asked this question in
Q&A
Replies: 1 comment 6 replies
|
Hey @jaydenseric! 👋 |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
How are you supposed to type Remark config with TypeScript flavor JSDoc comments?
For example, in
.remarkrc.mjs:In that code example, what should the
?placeholders be?considering the only direct dev dependencies I have added to the project is
remark-lintandremark-lint-heading-increment, an ideal solution would:settingsonly available settings should be typed.All reactions