init part 3

This commit is contained in:
nin0dev 2024-09-29 08:48:36 -04:00
parent dd3a5d858e
commit 0c65472c43
Signed by: nin0
GPG key ID: 3FA8F96ABAE04214

9
.prettierrc.json Normal file
View file

@ -0,0 +1,9 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"tabWidth": 4,
"singleQuote": false,
"printWidth": 100,
"trailingComma": "none",
"vueIndentScriptAndStyle": true
}