eslint-config-tidal
Advanced tools
Comparing version 1.0.4 to 1.0.5
13
index.js
@@ -18,3 +18,2 @@ 'use strict'; | ||
}], | ||
"vars-on-top": 1, | ||
"comma-style": [ | ||
@@ -63,12 +62,12 @@ 2, | ||
"strict": 2, | ||
"object-curly-spacing": [2, "always"], | ||
"newline-after-var": 1, | ||
"newline-before-return": 1, | ||
"no-warning-comments": 0, | ||
"no-negated-condition" : 0, | ||
"new-cap": 1, | ||
"object-curly-spacing": [2, "always"], | ||
"no-warning-comments": 1, | ||
"no-console": 1, | ||
"vars-on-top": 1, | ||
"space-before-function-paren": [2, {"anonymous": "always", "named": "always"}], | ||
"quote-props": 0, | ||
"no-console": 2, | ||
"space-before-function-paren": [2, {"anonymous": "always", "named": "always"}] | ||
"no-negated-condition" : 0 | ||
} | ||
}; |
{ | ||
"name": "eslint-config-tidal", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "ESLint sharable config for TIDAL", | ||
@@ -42,3 +42,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"eslint": "^2.9.0", | ||
"eslint": "^3.5.0", | ||
"ava": "*", | ||
@@ -49,7 +49,7 @@ "is-plain-obj": "^1.0.0", | ||
"dependencies": { | ||
"eslint-config-xo": "^0.14.1" | ||
"eslint-config-xo": "^0.15.4" | ||
}, | ||
"peerDependencies": { | ||
"eslint": ">=2.9.0" | ||
"eslint": ">=3.5.0" | ||
} | ||
} |
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
2428
70
+ Addedeslint-config-xo@0.15.4(transitive)
- Removedeslint-config-xo@0.14.1(transitive)
Updatedeslint-config-xo@^0.15.4