-
Notifications
You must be signed in to change notification settings - Fork 3
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
Expose Shiki and Remark #69
Conversation
@@ -15,20 +13,6 @@ const showcases: ShowcaseType[] = [ | |||
imageUrl: pretendoImg.src, | |||
tags: ['guider'], | |||
}, | |||
{ | |||
title: 'movie-web backend', |
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.
Rip
@@ -6,7 +6,8 @@ | |||
"eslintConfig": { | |||
"extends": [ | |||
"@repo/eslint-config" | |||
] | |||
], | |||
"ignorePatterns": ["out/**/*", ".next/**/*"] |
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.
Node modules maybe?
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.
Although why ignore these if you've changed the linting to run on the src folder?
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.
Src folder was only for create-guider
project
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.
Also node_modules are ignore by default by eslint
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.
Fix your linting smh
changes:
guider()
entrypoint.