eslint-config-spreetail
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -7,23 +7,27 @@ # Change Log | ||
## 2.1.0 - 06-01-17 | ||
## 2.2.0 - 2017-08-08 | ||
### Added | ||
- ESLint peer dependency of 4 or greater. | ||
## 2.1.0 - 2017-06-01 | ||
### Changed | ||
- Turned on "smart" mode for [eqeqeq](http://eslint.org/docs/rules/eqeqeq). | ||
## 2.0.1 - 05-04-17 | ||
## 2.0.1 - 2017-05-04 | ||
### Changed | ||
- Missed changelog updates. | ||
## 2.0.0 - 05-04-17 | ||
## 2.0.0 - 2017-05-04 | ||
### Changed | ||
- Set `comma-dangle` to "always-multiline" as intended. | ||
## 1.0.3 - 04-26-17 | ||
## 1.0.3 - 2017-04-26 | ||
### Changed | ||
- Fix typo in README.md. | ||
## 1.0.2 - 04-26-17 | ||
## 1.0.2 - 2017-04-26 | ||
### Changed | ||
- Update CHANGELOG.md with missed changes from 1.0.1. | ||
## 1.0.1 - 04-26-17 | ||
## 1.0.1 - 2017-04-26 | ||
### Changed | ||
@@ -30,0 +34,0 @@ - Update README.md. |
{ | ||
"name": "eslint-config-spreetail", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "ESLint configuration used at Spreetail.", | ||
@@ -26,3 +26,3 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"eslint": "^3.19.0" | ||
"eslint": "^3.19.0 || ^4" | ||
}, | ||
@@ -29,0 +29,0 @@ "engines": { |
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
23185