mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Add Prettier.md to document compatibility issues (fixes #410).
This commit is contained in:
parent
92111e09cf
commit
580e57ddee
3 changed files with 29 additions and 0 deletions
|
@ -80,6 +80,7 @@ test.cb("projectFilesNoInlineConfig", (t) => {
|
|||
"README.md",
|
||||
"CONTRIBUTING.md",
|
||||
"doc/CustomRules.md",
|
||||
"doc/Prettier.md",
|
||||
"helpers/README.md"
|
||||
],
|
||||
"noInlineConfig": true,
|
||||
|
@ -94,6 +95,7 @@ test.cb("projectFilesNoInlineConfig", (t) => {
|
|||
"README.md": [],
|
||||
"CONTRIBUTING.md": [],
|
||||
"doc/CustomRules.md": [],
|
||||
"doc/Prettier.md": [],
|
||||
"helpers/README.md": []
|
||||
};
|
||||
t.deepEqual(actual, expected, "Issue(s) with project files.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue