Stripped down config for new site

This commit is contained in:
2025-04-15 13:01:12 +01:00
parent 2c130c973b
commit 24118768a3
9 changed files with 21 additions and 88 deletions

View File

@@ -3,15 +3,6 @@ const config = {
tabWidth: 4,
trailingComma: "all",
printWidth: 100,
plugins: ["prettier-plugin-svelte"],
overrides: [
{
files: "*.svelte",
options: {
parser: "svelte",
},
},
],
};
export default config;