Add Prettier.md to document compatibility issues (fixes #410).

This commit is contained in:
David Anson 2021-08-13 22:18:39 -07:00
parent 92111e09cf
commit 580e57ddee
3 changed files with 29 additions and 0 deletions

View file

@ -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.");