Skip to content

Commit 75d244d

Browse files
committed
feat(docs): update formaters settings
1 parent 37a3478 commit 75d244d

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

.markdownlint-cli2.jsonc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint-cli2/main/schema/markdownlint-cli2-config-schema.json",
3+
"config": {
4+
"MD013": false
5+
}
6+
}

.markdownlint.json

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

.prettierrc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
2+
"$schema": "https://www.schemastore.org/prettierrc.json",
3+
24
"proseWrap": "always",
3-
"printWidth": 80
5+
"printWidth": 80,
6+
7+
"trailingComma": "none"
48
}

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Dotfiles
22

3-
<!-- markdownlint-disable MD013 -->
4-
53
<!--toc:start-->
64
- [Dotfiles](#dotfiles)
75
- [Setup System Environment](#setup-system-environment)

0 commit comments

Comments
 (0)