Skip to content

Commit adeb800

Browse files
Enrique Matta-Rodriguezchristian-bromann
authored andcommitted
Updating libraries, specifically babel
1 parent 9d19e30 commit adeb800

File tree

4 files changed

+1511
-1963
lines changed

4 files changed

+1511
-1963
lines changed

.eslintrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77
"rules": {
88
"indent": [2, 4],
99

10-
/* Mocha */
1110
"mocha/no-exclusive-tests": [2],
1211
"mocha/no-pending-tests": [2],
1312
"mocha/handle-done-callback": [2],
14-
"mocha/no-global-tests": [2],
13+
"mocha/no-global-tests": [2]
1514
}
1615
}

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ build
2626
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
2727
node_modules
2828
.DS_Store
29+
30+
# Direnv
31+
.envrc

0 commit comments

Comments
 (0)