cli: provide prettier config

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-11-20 22:22:38 +01:00
parent 44ee7dc170
commit 583f3d419e
9 changed files with 19 additions and 27 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "avoid"
}