Skip to content

Commit 4a5a409

Browse files
committed
chore: update lint and format config
1 parent b8c8003 commit 4a5a409

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.markdownlint.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
line-length:
2-
code_blocks: false # caught by prettier
3-
tables: false
1+
line-length: false # no good way for enforcing this
42
no-duplicate-heading:
53
siblings_only: true
64
no-inline-html: false
5+
no-emphasis-as-heading: false
76
first-line-h1: false # could be in front matter

.prettierrc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
proseWrap: always
21
plugins:
32
- "@trivago/prettier-plugin-sort-imports"
43
- "prettier-plugin-sh"

0 commit comments

Comments
 (0)