Skip to content

Commit 2ff59a0

Browse files
author
surmon
committed
recoding
1 parent 73cee12 commit 2ff59a0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2148
-14087
lines changed

.babelrc

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"presets": ["es2015", "stage-2"],
3+
"plugins": [
4+
"transform-es2015-destructuring",
5+
"transform-object-rest-spread"
6+
],
7+
"comments": false,
8+
"env": {
9+
"test": {
10+
"plugins": [ "istanbul" ]
11+
}
12+
}
13+
}

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
config/*.js

0 commit comments

Comments
 (0)