eslint-config-jameslnewell
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -10,3 +10,3 @@ { | ||
"rules": { | ||
"comma-dangle": [2, "never"], | ||
"comma-dangle": [1, "always"], | ||
"no-cond-assign": [2, "always"], | ||
@@ -136,3 +136,3 @@ "no-console": 2, | ||
"wrap-regex": 0, | ||
"spaced-comment": [2, "never"], | ||
"spaced-comment": [0, "never"], | ||
"space-unary-ops": [2, { "words": true, "nonwords": false }], | ||
@@ -174,2 +174,3 @@ "space-return-throw-case": 2, | ||
"max-nested-callbacks": [2, 4], | ||
"max-len": [1, 100, 2], | ||
"linebreak-style": [2, "unix"], | ||
@@ -176,0 +177,0 @@ "lines-around-comment": [2, {"beforeBlockComment": true, "afterBlockComment": false, "beforeLineComment": true, "afterLineComment": false}] |
@@ -1,2 +0,1 @@ | ||
var jameslnewell, i; | ||
@@ -18,6 +17,6 @@ /** | ||
jameslnewell = new Person('James', 'Newell'); | ||
var jameslnewell = new Person('James', 'Newell'); | ||
for (i = 0; i < 3; ++i) { | ||
for (var i = 0; i < 3; ++i) { | ||
jameslnewell.dance(); | ||
} |
{ | ||
"name": "eslint-config-jameslnewell", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "ESLint config for how I like to format code - readable with whitespace and semicolons.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
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
8363