Добавлен конфиг prettier

This commit is contained in:
goodmice 2022-07-26 12:55:21 +05:00
parent 121ec4f50b
commit 54149fef8f

12
.prettierrc Normal file
View File

@ -0,0 +1,12 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"useTabs": false,
"semi": false,
"singleQuote": true,
"printWidth": 120,
"jsxSingleQuote": true,
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always"
}