diff --git a/docs/svelte.config.js b/docs/svelte.config.js index 67c86bcc..c292634b 100644 --- a/docs/svelte.config.js +++ b/docs/svelte.config.js @@ -99,7 +99,6 @@ function plugin() { ); const formattedCode = format(sourceCode, { parser: "svelte", - svelteBracketNewLine: true, }); const highlightedCode = Prism.highlight( formattedCode, diff --git a/package.json b/package.json index 0b881500..7f3fc616 100644 --- a/package.json +++ b/package.json @@ -57,8 +57,7 @@ ] }, "prettier": { - "svelteStrictMode": true, - "svelteBracketNewLine": true + "svelteStrictMode": true }, "repository": { "type": "git",