eslint-config-mongodb-js
Advanced tools
Comparing version
{ | ||
"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 |
37955
-1.3%695
-2.93%