Skip to content

Commit 95c4603

Browse files
committed
disable the table-column-style Markdown linting rule
We currently use wide and complex tables in multiple files, which cannot conform to this rule
1 parent 36ea8a2 commit 95c4603

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.markdownlint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"line-length": { "code_blocks": false, "line_length": 120, "tables": false },
55
"no-emphasis-as-heading": false,
66
"no-hard-tabs": { "code_blocks": false },
7-
"single-h1": false
7+
"single-h1": false,
8+
"table-column-style": false
89
}

0 commit comments

Comments
 (0)