chore(prettier): remove deprecated svelteBracketNewLine option [ci skip]

This commit is contained in:
Eric Liu 2022-01-01 11:05:19 -08:00
commit f8b69d23c4
2 changed files with 1 additions and 3 deletions

View file

@ -99,7 +99,6 @@ function plugin() {
);
const formattedCode = format(sourceCode, {
parser: "svelte",
svelteBracketNewLine: true,
});
const highlightedCode = Prism.highlight(
formattedCode,