chore: remove prettier config

This commit is contained in:
2026-06-21 01:11:28 +02:00
committed by Milas Holsting
parent 64de95cdee
commit d319be4492

View File

@@ -1,11 +0,0 @@
{
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"printWidth": 100,
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "avoid",
"endOfLine": "lf"
}