Implement MongoDB client
This commit is contained in:
25
.jshintrc
Normal file
25
.jshintrc
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"strict": true,
|
||||
"node": true,
|
||||
"nonew": true,
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
"immed": true,
|
||||
"newcap": true,
|
||||
"regexp": true,
|
||||
"evil": true,
|
||||
"eqnull": true,
|
||||
"expr": true,
|
||||
"undef": true,
|
||||
"unused": true,
|
||||
"esnext": true,
|
||||
|
||||
"globals": {
|
||||
"describe" : true,
|
||||
"it" : true,
|
||||
"before" : true,
|
||||
"beforeEach" : true,
|
||||
"after" : true,
|
||||
"afterEach" : true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user