init commit

This commit is contained in:
2024-11-27 15:43:39 +03:00
commit d76e02b33f
6 changed files with 97 additions and 0 deletions

9
.prettierrc Normal file
View File

@@ -0,0 +1,9 @@
{
"useTabs": true,
"tabWidth": 2,
"singleQuote": true,
"semi": false,
"trailingComma": "none",
"arrowParens": "avoid",
"printWidth": 79
}