Updated mongoose

This commit is contained in:
Dobie Wollert
2015-11-24 22:08:58 -08:00
parent 71a05fb732
commit 8b5827c970
618 changed files with 122299 additions and 37754 deletions

31
node_modules/mongoose/.eslintrc generated vendored Normal file
View File

@ -0,0 +1,31 @@
extends: 'eslint:recommended'
env:
node: true
mocha: true
rules:
comma-style: 2
consistent-this:
- 1
- _this
indent:
- 2
- 2
- SwitchCase: 1
VariableDeclarator: 2
key-spacing: 1
no-console: 0
no-multi-spaces: 1
no-spaced-func: 2
no-trailing-spaces: 2
semi: 2
space-after-keywords: 2
space-before-blocks: 2
space-before-function-paren:
- 2
- never
space-before-keywords: 2
space-infix-ops: 2
space-return-throw-case: 2
space-unary-ops: 1