-
Notifications
You must be signed in to change notification settings - Fork 30
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
lint-staged
breaks markdown links in block quotes
#1881
Comments
lint-staged
breaks markdown links in code blocks
Ideally it should use the same linter as the PR checks, which is |
lint-staged
breaks markdown links in code blockslint-staged
breaks markdown links in quotes
lint-staged
breaks markdown links in quoteslint-staged
breaks markdown links in block quotes
Not sure if we can make an exception for this particular line break in our config. Can you try adding |
Fix demonstrated in #1875. |
Thanks for the workaround. But what about local vs CI checks consistency? I guess it's not critical for md files but this could affect the code base development too.
|
CI uses the same config so will exclude that line as well. |
Yep the linter in the Git hook keeps breaking it. Could use some help fixing that up. See 9e6218a
Originally posted by @jorgeorpinel in #1816 (comment)
The text was updated successfully, but these errors were encountered: