mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 06:20:12 +01:00
Add style/prettier.json (fixes #592).
This commit is contained in:
parent
cedbdbaaf1
commit
82a5de0821
4 changed files with 34 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue