eslint-config-eventbrite
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -0,1 +1,4 @@ | ||
## v2.1.1 (July 12, 2016) | ||
- (patch) bump `eslint-config-eventbrite-legacy` to 1.1.1 | ||
## v2.1.0 (June 29, 2016) | ||
@@ -2,0 +5,0 @@ - (minor) turn off `no-confusing-arrow` |
{ | ||
"name": "eslint-config-eventbrite", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Eventbrites's base ESLint config that lints ES6+/ES2015+ and adheres to the Eventbrite JavaScript Coding Style Guide", | ||
@@ -36,3 +36,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"eslint-config-eventbrite-legacy": "^1.1.0" | ||
"eslint-config-eventbrite-legacy": "^1.1.1" | ||
}, | ||
@@ -39,0 +39,0 @@ "devDependencies": { |
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
9379