Socket
Book a DemoInstallSign in
Socket

@earnest/eslint-config-es7

Package Overview
Dependencies
Maintainers
68
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@earnest/eslint-config-es7 - npm Package Compare versions

Comparing version

to
2.0.0

9

index.js

@@ -62,3 +62,3 @@ module.exports = {

"constructor-super": 2,
"no-arrow-condition": 2,
"no-confusing-arrow": 2,
"no-class-assign": 2,

@@ -120,2 +120,4 @@ "no-const-assign": 2,

// consistent-return had a bug and in eslint@2.x.x it is more strict, disabling for now
"consistent-return": 0,
/**

@@ -125,3 +127,2 @@ * Best practices

"no-extra-boolean-cast": 2,
"consistent-return": 2,
"curly": [2, "multi-line"],

@@ -212,4 +213,3 @@ "default-case": 2,

}],
"space-before-keywords": [2, "always"],
"space-after-keywords": 2,
"keyword-spacing": 2,
"space-before-function-paren": [2, {

@@ -220,3 +220,2 @@ "anonymous": "always",

"space-infix-ops": 2,
"space-return-throw-case": 2,
"spaced-comment": 2,

@@ -223,0 +222,0 @@ "no-multi-spaces": 0,

{
"name": "@earnest/eslint-config-es7",
"version": "1.0.0",
"version": "2.0.0",
"description": "Earnest's ESLint config for ES7",

@@ -38,5 +38,5 @@ "main": "index.js",

"babel-preset-stage-3": "^6.3.13",
"eslint": "^1.10.3",
"eslint-plugin-babel": "^3.0.0",
"eslint-plugin-mocha": "^1.1.0",
"eslint": "^2.1.0",
"eslint-plugin-babel": "^3.1.0",
"eslint-plugin-mocha": "^2.0.0",
"mocha": "^2.3.4"

@@ -49,6 +49,6 @@ },

"babel-preset-stage-3": "^6.3.13",
"eslint": "^1.10.3",
"eslint-plugin-mocha": "^2.0.0",
"eslint-plugin-babel": "^3.0.0",
"eslint-plugin-mocha": "^1.1.0"
"eslint": "^2.1.0"
}
}