Skip to content

Commit

Permalink
fix(restyled): disable prettier-markdown restyler
Browse files Browse the repository at this point in the history
This is still not using the latest changes needed, which
prevent the Markdown link definition label case from
being lowercased.

Refs: prettier/prettier#13155

Signed-off-by: Derek Lewis <DerekNonGeneric@inf.is>
  • Loading branch information
DerekNonGeneric committed Feb 21, 2023
1 parent c4114a8 commit d505d23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .restyled.yaml
Expand Up @@ -7,6 +7,11 @@ auto: true
pull_requests: true
restylers_version: dev

restylers:
- prettier-markdown:
enabled: false


commit_template: |
style: apply changes from ${restyler.name} restyler
Expand Down

0 comments on commit d505d23

Please sign in to comment.