HM-24 Установил еслинт, добавил скрипт start (#4)

This commit is contained in:
mrPadre
2020-07-07 00:03:25 +03:00
committed by GitHub
parent beea3e5c00
commit 06d5ed1522
5 changed files with 530 additions and 7 deletions

11
.prettierrc Normal file
View File

@ -0,0 +1,11 @@
{
"printWidth": 120,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"jsxBracketSameLine": false,
"arrowParens": "avoid"
}