docs(prettier): add prettier docs

add README.md
add config and ignore files
This commit is contained in:
Максим Бучнев
2025-05-31 14:40:58 +03:00
parent e2feebdcd7
commit c7feab7aec
3 changed files with 45 additions and 0 deletions

10
prettier/.prettierrc Normal file
View File

@@ -0,0 +1,10 @@
{
"semi": true,
"singleQuote": true,
"bracketSpacing": true,
"trailingComma": "es5",
"printWidth": 120,
"arrowParens": "avoid",
"endOfLine": "auto",
"tabWidth": 4
}