feat(gatsby): Initial gatsby scaffolding

This commit is contained in:
Bouncey
2018-08-23 16:29:26 +01:00
committed by mrugesh mohapatra
parent f0e5633b98
commit cd73528958
72 changed files with 20685 additions and 10032 deletions

5
.prettierrc Normal file
View File

@@ -0,0 +1,5 @@
{
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
}