Skip to content

Commit 7fd168d

Browse files
authoredJan 13, 2020
Merge branch 'master' into linear-prime-sieve
2 parents 1d378ae + ba2d8dc commit 7fd168d

Some content is hidden

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

75 files changed

+6158
-4882
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.