markdownlint/style/prettier.json

28 lines
757 B
JSON
Raw Normal View History

2022-10-02 01:15:14 -04:00
{
"comment": "Disables rules that may conflict with Prettier",
2022-10-06 04:21:08 +00:00
2022-10-02 01:15:14 -04:00
"blanks-around-fences": false,
"blanks-around-headings": false,
"blanks-around-lists": false,
"code-fence-style": false,
"emphasis-style": false,
"heading-start-left": false,
2024-07-17 15:36:11 +02:00
"heading-style": false,
2022-10-02 01:15:14 -04:00
"hr-style": false,
"line-length": false,
"list-indent": false,
"list-marker-space": false,
"no-blanks-blockquote": false,
"no-hard-tabs": false,
"no-missing-space-atx": false,
"no-missing-space-closed-atx": false,
"no-multiple-blanks": false,
"no-multiple-space-atx": false,
"no-multiple-space-blockquote": false,
"no-multiple-space-closed-atx": false,
"no-trailing-spaces": false,
"ol-prefix": false,
"strong-style": false,
"ul-indent": false
}