Minor tweaks to previous commit.

This commit is contained in:
David Anson 2022-10-06 04:21:08 +00:00
parent 82a5de0821
commit 4e1692ffed
2 changed files with 5 additions and 4 deletions

View file

@ -1,12 +1,12 @@
# Using markdownlint with Prettier # Using `markdownlint` with Prettier
[`Prettier`](https://prettier.io) is a popular code formatter. [`Prettier`](https://prettier.io) is a popular code formatter.
For the most part, Prettier works seamlessly with `markdownlint`. For the most part, Prettier works seamlessly with `markdownlint`.
You can extend the `markdownlint/style/prettier.json` style to disable all You can `extend` the [`prettier.json`](../style/prettier.json) style to disable
markdownlint rules that overlap with Prettier. all `markdownlint` rules that overlap with Prettier.
Special situations when not extending `prettier.json` are documented below. Other scenarios are documented below.
## List item indentation ## List item indentation

View file

@ -1,5 +1,6 @@
{ {
"comment": "Disables rules that may conflict with Prettier", "comment": "Disables rules that may conflict with Prettier",
"blanks-around-fences": false, "blanks-around-fences": false,
"blanks-around-headings": false, "blanks-around-headings": false,
"blanks-around-lists": false, "blanks-around-lists": false,