mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
chore(prettier): remove deprecated svelteBracketNewLine option [ci skip]
This commit is contained in:
parent
dce2dda72a
commit
f8b69d23c4
2 changed files with 1 additions and 3 deletions
|
@ -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,
|
||||||
|
|
|
@ -57,8 +57,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"prettier": {
|
"prettier": {
|
||||||
"svelteStrictMode": true,
|
"svelteStrictMode": true
|
||||||
"svelteBracketNewLine": true
|
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue