chore: add Prettier config

This commit is contained in:
Yasir Rafique
2025-07-16 05:50:58 +01:00
committed by Eric Dubé
parent bfd1f8faab
commit e9184902ea
2 changed files with 10 additions and 0 deletions

3
.prettierignore Normal file
View File

@@ -0,0 +1,3 @@
node_modules
dist
build

7
.prettierrc Normal file
View File

@@ -0,0 +1,7 @@
{
"singleQuote": true,
"semi": false,
"tabWidth": 2,
"trailingComma": "all",
"printWidth": 100
}