Add style/prettier.json (fixes #592).

This commit is contained in:
Josh Goldberg 2022-10-02 01:15:14 -04:00 committed by David Anson
parent cedbdbaaf1
commit 82a5de0821
4 changed files with 34 additions and 4 deletions

View file

@ -431,7 +431,7 @@ test("enableTagMixedCase", (t) => new Promise((resolve) => {
}));
test("styleFiles", (t) => new Promise((resolve) => {
t.plan(7);
t.plan(9);
fs.readdir("./style", function readdir(err, files) {
t.falsy(err);
for (const file of files) {