🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

eslint-config-mongodb-js

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-mongodb-js - npm Package Compare versions

Comparing version

to
1.0.2

2

package.json
{
"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'],