From 2eb0b537f10612fc9996536a8ba2d0c399488f3e Mon Sep 17 00:00:00 2001 From: Dolan Date: Sat, 18 Dec 2021 15:43:05 +0000 Subject: [PATCH] Fix prettier --- src/file/paragraph/formatting/unordered-list.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/file/paragraph/formatting/unordered-list.ts b/src/file/paragraph/formatting/unordered-list.ts index b5964dc1cd..82fa3924f9 100644 --- a/src/file/paragraph/formatting/unordered-list.ts +++ b/src/file/paragraph/formatting/unordered-list.ts @@ -13,7 +13,9 @@ class IndentLevel extends XmlComponent { super("w:ilvl"); if (level > 9) { - throw new Error("Level cannot be greater than 9. Read more here: https://answers.microsoft.com/en-us/msoffice/forum/all/does-word-support-more-than-9-list-levels/d130fdcd-1781-446d-8c84-c6c79124e4d7"); + throw new Error( + "Level cannot be greater than 9. Read more here: https://answers.microsoft.com/en-us/msoffice/forum/all/does-word-support-more-than-9-list-levels/d130fdcd-1781-446d-8c84-c6c79124e4d7", + ); } this.root.push(