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, { const formattedCode = format(sourceCode, {
parser: "svelte", parser: "svelte",
svelteBracketNewLine: true,
}); });
const highlightedCode = Prism.highlight( const highlightedCode = Prism.highlight(
formattedCode, formattedCode,

View file

@ -57,8 +57,7 @@
] ]
}, },
"prettier": { "prettier": {
"svelteStrictMode": true, "svelteStrictMode": true
"svelteBracketNewLine": true
}, },
"repository": { "repository": {
"type": "git", "type": "git",