Skip to content

Commit

Permalink
initial project setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
bustardcelly committed Jun 7, 2018
0 parents commit 4b3c38b
Show file tree
Hide file tree
Showing 7 changed files with 6,076 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"presets": ["es2015"],
"plugins": ["transform-object-assign", "transform-runtime"]
}
14 changes: 14 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"parser": "babel-eslint",
"env": {
"browser": true,
"node": true,
"es6": true
},
"rules": {
},
"globals": {
windown: true
},
"extends": "eslint:recommended"
}
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.DS_Store
node_modules/
build/
dist/
Loading

0 comments on commit 4b3c38b

Please sign in to comment.