Skip to content

Commit

Permalink
[ADD] Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yagopv committed Sep 14, 2018
0 parents commit e7d0410
Show file tree
Hide file tree
Showing 12 changed files with 29,496 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["env", "react"]
}
10 changes: 10 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"extends": ["eslint:recommended", "plugin:react/recommended"],
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
}
}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
build
node_modules
.cache
Loading

0 comments on commit e7d0410

Please sign in to comment.