1
0
mirror of https://github.com/mgerb/react-starter synced 2026-03-05 06:15:24 +00:00

update all packages - adjust files accordingly

This commit is contained in:
2017-10-15 22:45:15 -05:00
parent 689d1b4df0
commit ff21d15083
17 changed files with 2107 additions and 6832 deletions

5
.prettierrc Normal file
View File

@@ -0,0 +1,5 @@
{
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all"
}