🚀 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
35
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
3.0.1

2

package.json
{
"name": "eslint-config-mongodb-js",
"description": "eslint sharable configs for mongodb-js.",
"version": "3.0.0",
"version": "3.0.1",
"author": "Lucas Hrabovsky <lucas@mongodb.com> (http://imlucas.com)",

@@ -6,0 +6,0 @@ "homepage": "http://github.com/mongodb-js/eslint-config",

@@ -13,5 +13,2 @@ /**

],
ecmaFeatures: {
jsx: true
},
rules: {

@@ -18,0 +15,0 @@ // Prevent missing displayName in a React component definition

@@ -16,20 +16,2 @@ var config = require('./config');

},
ecmaFeatures: {
arrowFunctions: true,
blockBindings: true,
classes: true,
defaultParams: true,
destructuring: true,
forOf: true,
generators: false,
modules: true,
objectLiteralComputedProperties: true,
objectLiteralDuplicateProperties: false,
objectLiteralShorthandMethods: true,
objectLiteralShorthandProperties: true,
spread: true,
superInFunctions: true,
templateStrings: true,
jsx: true
},
rules: {

@@ -36,0 +18,0 @@ // require parens in arrow function arguments