eslint-config-loke
Advanced tools
Comparing version 1.0.2 to 1.1.0
20
index.js
module.exports = { | ||
"parser": "babel-eslint", | ||
"env": { | ||
"node": true | ||
"node": true, | ||
"mocha": true | ||
}, | ||
@@ -34,4 +35,5 @@ "ecmaFeatures": { | ||
}], | ||
"no-use-before-define": 2, | ||
"no-use-before-define": [2, "nofunc"], | ||
"no-multi-spaces": 0, | ||
"comma-dangle": [2, "never"], | ||
@@ -58,4 +60,3 @@ "no-cond-assign": [2, "always"], | ||
"use-isnan": 2, | ||
"block-scoped-var": 2, | ||
"block-scoped-var": 0, | ||
"consistent-return": 2, | ||
@@ -87,3 +88,3 @@ "curly": [2, "multi-line"], | ||
"no-octal-escape": 2, | ||
"no-param-reassign": 2, | ||
"no-param-reassign": 0, | ||
"no-proto": 2, | ||
@@ -119,7 +120,4 @@ "no-redeclare": 2, | ||
"eol-last": 2, | ||
"func-names": 1, | ||
"key-spacing": [2, { | ||
"beforeColon": false, | ||
"afterColon": true | ||
}], | ||
"func-names": 0, | ||
"key-spacing": 0, | ||
"new-cap": [2, { | ||
@@ -146,3 +144,3 @@ "newIsCap": true | ||
"space-before-blocks": 2, | ||
"space-before-function-paren": [2, "never"], | ||
"space-before-function-paren": [2, {"anonymous": "always", "named": "never"}], | ||
"space-infix-ops": 2, | ||
@@ -149,0 +147,0 @@ "space-return-throw-case": 2, |
{ | ||
"name": "eslint-config-loke", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "## General rules", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Possible typosquat attack
Supply chain riskThere is a package with a similar name that is downloaded much more often.
Did you mean |
---|
eslint-config-love |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
5612
0
0
186