Files
biomedjs/node_modules/mongoose/.eslintrc
2015-11-24 22:08:58 -08:00

32 lines
509 B
Plaintext

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