fix: lint errors
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
"bracketSameLine": true,
|
||||
"trailingComma": "none",
|
||||
"printWidth": 100,
|
||||
"tailwindConfig": "./tailwind.config.js",
|
||||
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
|
||||
"tailwindStylesheet": "./src/app.css"
|
||||
}
|
||||
|
||||
@@ -50,7 +50,9 @@
|
||||
svg = getSvgElement();
|
||||
}
|
||||
|
||||
svg.style.backgroundColor = window.getComputedStyle(document.body).getPropertyValue('--background');
|
||||
svg.style.backgroundColor = window
|
||||
.getComputedStyle(document.body)
|
||||
.getPropertyValue('--background');
|
||||
|
||||
const svgString = svg.outerHTML
|
||||
.replaceAll('<br>', '<br/>')
|
||||
|
||||
Reference in New Issue
Block a user