🚀 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
26
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
2.3.0

8

index.js

@@ -22,3 +22,9 @@ /**

],
rules: {}
rules: {
'no-unused-expressions': 0,
'chai-friendly/no-unused-expressions': 2
},
plugins: [
'chai-friendly'
]
};

5

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

@@ -24,4 +24,5 @@ "homepage": "http://github.com/mongodb-js/eslint-config",

"dependencies": {
"babel-eslint": "^6.0.0",
"babel-eslint": "^7.1.0",
"eslint": "^3.3.1",
"eslint-plugin-chai-friendly": "^0.4.0",
"eslint-plugin-react": "^6.1.2"

@@ -28,0 +29,0 @@ },