feat: An improved prettier config for all React apps

This commit is contained in:
Yiannis Christodoulou 2025-07-08 06:05:08 +03:00
parent e52ddad598
commit 388a2bec91

View File

@ -1,5 +1,12 @@
{ {
"semi": true, "semi": true,
"singleQuote": true, "singleQuote": true,
"printWidth": 120 "printWidth": 120,
"tabWidth": 4,
"useTabs": false,
"trailingComma": "es5",
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always",
"endOfLine": "lf"
} }