Skip to content

Commit c4d7b86

Browse files
committed
fix(devx): prettier format
1 parent d508b10 commit c4d7b86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.markdownlint-cli2.jsonc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint-cli2/refs/heads/main/schema/markdownlint-cli2-config-schema.json",
33
"config": {
44
"line-length": {
5-
"line_length": 120,
6-
},
5+
"line_length": 120
6+
}
77
},
88
"globs": ["**/*.md"],
9-
"ignores": ["node_modules"],
9+
"ignores": ["node_modules"]
1010
}

0 commit comments

Comments
 (0)