mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-22 10:51:02 +01:00
chore: add prettier formatting for frontend
This commit is contained in:
12
.prettierrc
Normal file
12
.prettierrc
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"tabWidth": 4,
|
||||||
|
"useTabs": false,
|
||||||
|
"printWidth": 80,
|
||||||
|
"singleQuote": true,
|
||||||
|
"trailingComma": "none",
|
||||||
|
"bracketSpacing": false,
|
||||||
|
"jsxSingleQuote": true,
|
||||||
|
"arrowParens": "avoid",
|
||||||
|
"proseWrap": "preserve",
|
||||||
|
"bracketSameLine": true
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user