eslint-config-valorsoft
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -28,2 +28,3 @@ { | ||
"no-obj-calls": 2, | ||
"no-prototype-builtins": 2, | ||
"no-regex-spaces": 2, | ||
@@ -120,2 +121,3 @@ "no-sparse-arrays": 2, | ||
"no-useless-escape": 2, | ||
"no-useless-rename": 2, | ||
"no-void": 2, | ||
@@ -274,2 +276,3 @@ "no-warning-comments": 1, | ||
"spaced-comment": 0, | ||
"unicode-bom": [2, "never"], | ||
"wrap-regex": 0, | ||
@@ -276,0 +279,0 @@ // ECMAScript 6 |
@@ -0,1 +1,11 @@ | ||
<a name="0.0.15"></a> | ||
## [0.0.15](https://github.com/valor-software/eslint-config-valorsoft/compare/v0.0.14...v0.0.15) (2016-05-30) | ||
### Features | ||
* **package:** added eslint 2.11.0 rules ([06ca550](https://github.com/valor-software/eslint-config-valorsoft/commit/06ca550)) | ||
<a name="0.0.14"></a> | ||
@@ -2,0 +12,0 @@ ## [0.0.14](https://github.com/valor-software/eslint-config-valorsoft/compare/v0.0.13...v0.0.14) (2016-05-19) |
{ | ||
"name": "eslint-config-valorsoft", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "Valor Software's ESLint config, following our styleguide", | ||
@@ -35,3 +35,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"eslint": "2.10.2" | ||
"eslint": "2.11.0" | ||
}, | ||
@@ -42,3 +42,3 @@ "devDependencies": { | ||
"conventional-github-releaser": "1.1.2", | ||
"mocha": "2.4.5", | ||
"mocha": "2.5.3", | ||
"pre-commit": "1.1.3", | ||
@@ -45,0 +45,0 @@ "strip-json-comments": "2.0.1" |
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
16357
333
+ Addedeslint@2.11.0(transitive)
- Removedeslint@2.10.2(transitive)
Updatedeslint@2.11.0