Skip to content

Commit

Permalink
Merge cdf1c16 into beaac4f
Browse files Browse the repository at this point in the history
  • Loading branch information
gadishimwe committed Dec 9, 2019
2 parents beaac4f + cdf1c16 commit 090fcad
Show file tree
Hide file tree
Showing 19 changed files with 4,100 additions and 1,613 deletions.
13 changes: 11 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
{
"presets": ["@babel/preset-env"]
}
"presets": [
"@babel/preset-env"
],
"env": {
"test": {
"plugins": [
"istanbul"
]
}
}
}
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
},
"parserOptions": {
"sourceType": "module",
"allowImportExportEverywhere": true
"allowImportExportEverywhere": true,
"ecmaVersion": 11
}
}
Loading

0 comments on commit 090fcad

Please sign in to comment.