Add prettier

This commit is contained in:
1ilit
2024-04-06 11:11:12 +03:00
parent da0cf2247c
commit 2c525a2ffd
4 changed files with 39 additions and 0 deletions

7
.prettierrc.json Normal file
View File

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