Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Alba Gutierrez authored and Alba Gutierrez committed Mar 23, 2018
0 parents commit 0beebfe
Show file tree
Hide file tree
Showing 12 changed files with 5,399 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .babelrc
@@ -0,0 +1,8 @@
{
"presets": [
["env", {"modules": false}]
],
"plugins": [
"transform-runtime"
]
}
9 changes: 9 additions & 0 deletions .editorconfig
@@ -0,0 +1,9 @@
root = true

[*]
charset = utf-8
indent_style = tab
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

0 comments on commit 0beebfe

Please sign in to comment.