eslint-config-mongodb-js
Advanced tools
Comparing version
{ | ||
"name": "eslint-config-mongodb-js", | ||
"description": "eslint sharable configs for mongodb-js.", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "Lucas Hrabovsky <lucas@mongodb.com> (http://imlucas.com)", | ||
@@ -6,0 +6,0 @@ "homepage": "http://github.com/mongodb-js/eslint-config", |
@@ -129,3 +129,6 @@ var config = require('./config'); | ||
// requires to declare all vars on top of their containing scope | ||
'vars-on-top': ERROR, | ||
/** | ||
* @differ - YOU BE YOU, DEVELOPER. | ||
*/ | ||
'vars-on-top': IGNORE, | ||
// require immediate function invocation to be wrapped in parentheses | ||
@@ -132,0 +135,0 @@ 'wrap-iife': [ERROR, 'any'], |
37657
0.15%686
0.44%