From 02a93bb2de63bef9ea9eba0eaf5e2f991dea4439 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sat, 1 Jan 2022 10:29:58 -0800 Subject: [PATCH] fix(docs): include missing "options" in svelteSortOrder prettier config --- docs/svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/svelte.config.js b/docs/svelte.config.js index 97c936be..67c86bcc 100644 --- a/docs/svelte.config.js +++ b/docs/svelte.config.js @@ -67,7 +67,7 @@ function plugin() { const scriptBlock = createImports(node.value); const formattedCode = format(scriptBlock + node.value, { parser: "svelte", - svelteSortOrder: "scripts-markup-styles", + svelteSortOrder: "scripts-markup-styles-options", }); const highlightedCode = Prism.highlight( formattedCode,