Skip to content

Commit 8271dd6

Browse files
authoredApr 22, 2019
Merge branch 'master' into Odd-even-Sort
2 parents eb051f3 + 94abfec commit 8271dd6

File tree

110 files changed

+9958
-5163
lines changed

Some content is hidden

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

110 files changed

+9958
-5163
lines changed
 

‎.babelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"presets": ["env"]
2+
"presets": ["@babel/preset-env"]
33
}

‎.huskyrc.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"hooks": {
3+
"pre-commit": "npm run lint && npm run test"
4+
}
5+
}

0 commit comments

Comments
 (0)
Please sign in to comment.