Skip to content

Commit 9eb96f9

Browse files
committed
disable 80 character line formatting rule, which is taken care by prettier
1 parent e0dae86 commit 9eb96f9

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.markdownlint.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"default": true,
3+
"MD013": false
4+
}

.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"singleQuote": true,
44
"trailingComma": "all",
55
"proseWrap": "always"
6-
}
6+
}

0 commit comments

Comments
 (0)