Prettier settings

This commit is contained in:
Firq 2023-03-09 11:44:58 +01:00
parent a2ee3564bc
commit 5eec7190d2
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
2 changed files with 12 additions and 0 deletions

6
.prettierignore Normal file
View file

@ -0,0 +1,6 @@
**/.git
**/node_modules
**/.vscode
**/public
**/static
**/scripts

6
.prettierrc Normal file
View file

@ -0,0 +1,6 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true
}