fix: Move prettier to the root

This commit is contained in:
Yiannis Christodoulou
2025-07-13 15:31:58 +03:00
parent f6e595687c
commit b314f7d628
3 changed files with 21 additions and 34 deletions
-22
View File
@@ -1,22 +0,0 @@
{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"quoteProps": "as-needed",
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always",
"trailingComma": "none",
"endOfLine": "lf",
"embeddedLanguageFormatting": "auto",
"overrides": [
{
"files": ["*.css", "*.scss"],
"options": {
"singleQuote": false
}
}
]
}