We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c8003 commit 4a5a409Copy full SHA for 4a5a409
.markdownlint.yaml
@@ -1,7 +1,6 @@
1
-line-length:
2
- code_blocks: false # caught by prettier
3
- tables: false
+line-length: false # no good way for enforcing this
4
no-duplicate-heading:
5
siblings_only: true
6
no-inline-html: false
+no-emphasis-as-heading: false
7
first-line-h1: false # could be in front matter
.prettierrc.yml
@@ -1,4 +1,3 @@
-proseWrap: always
plugins:
- "@trivago/prettier-plugin-sort-imports"
- "prettier-plugin-sh"
0 commit comments