Skip to content

Commit

Permalink
Merge 3899537 into f0d49bd
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheem-adeyemo committed Sep 13, 2019
2 parents f0d49bd + 3899537 commit b061b6b
Show file tree
Hide file tree
Showing 23 changed files with 1,168 additions and 85 deletions.
7 changes: 5 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"presets": ["@babel/preset-env"],
"plugins": [
["@babel/transform-runtime", {
[
"@babel/transform-runtime",
{
"corejs": 3
}]
}
]
]
}
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"parser": "babel-eslint",
"parserOptions": {
"no-undefined": 0,
"no-undefined": 0,
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
Expand Down Expand Up @@ -42,4 +42,3 @@
}]
}
}

Loading

0 comments on commit b061b6b

Please sign in to comment.