Skip to content

Commit

Permalink
chore: project setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hamilton committed Nov 28, 2018
1 parent 4eec3f5 commit d5e72d4
Show file tree
Hide file tree
Showing 7 changed files with 7,817 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"presets": [
"@babel/preset-env"
]
}
7 changes: 7 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"extends": "airbnb-base",
"plugins": ["jest"],
"env": {
"jest/globals": true
}
}
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules
.idea
.vscode
coverage
Loading

0 comments on commit d5e72d4

Please # to comment.