Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon committed Dec 24, 2017
1 parent 7ffd461 commit 0bb32d9
Show file tree
Hide file tree
Showing 27 changed files with 1,780 additions and 724 deletions.
13 changes: 13 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"presets": ["es2015", "stage-2"],
"plugins": [
"transform-es2015-destructuring",
"transform-object-rest-spread"
],
"comments": false,
"env": {
"test": {
"plugins": [ "istanbul" ]
}
}
}
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
config/*.js
Loading

0 comments on commit 0bb32d9

Please sign in to comment.