Add and configure prettier

This commit is contained in:
Phan Huy Tran 2025-02-05 10:57:06 +01:00 committed by Huy
parent 8fca823e7d
commit 808c2d99a3
11 changed files with 185 additions and 65 deletions

9
frontend/.prettierrc Normal file
View file

@ -0,0 +1,9 @@
{
"singleQuote": true,
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"printWidth": 100,
"bracketSpacing": true,
"endOfLine": "lf"
}