Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.

Commit d472a1c

Browse files
committed
Adding more configuration
1 parent 85a069f commit d472a1c

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

.eslintrc

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"ecmaFeatures": {
3+
"blockBindings": true,
4+
},
5+
"env": {
6+
"mocha": true,
7+
"node": true,
8+
"es6": true
9+
},
10+
"rules": {
11+
"strict": 0
12+
},
13+
"extends": ["mongodb-js/node"]
14+
}

.npmignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.jshintrc
2+
.jsfmtrc
3+
.travis.yml
4+
.zuul.yml
5+
test/

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
7.4

0 commit comments

Comments
 (0)