eslint-config-mongodb-js
Advanced tools
Comparing version
@@ -22,3 +22,9 @@ /** | ||
], | ||
rules: {} | ||
rules: { | ||
'no-unused-expressions': 0, | ||
'chai-friendly/no-unused-expressions': 2 | ||
}, | ||
plugins: [ | ||
'chai-friendly' | ||
] | ||
}; |
{ | ||
"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 @@ }, |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
38453
0.33%716
0.85%4
33.33%16
-5.88%1
Infinity%+ Added
+ Added
- Removed
- Removed
- Removed
Updated