- (major) bump
eslint-config-eventbrite-legacy
to 3.0.0
- (patch) Bug fix: Need
babel-eslint@7
peer dependency
- (patch) bump
eslint-config-eventbrite-legacy
to 2.0.0 - (major) added
arrow-body-style
,space-infix-ops
,rest-spread-spacing
, andimport/*
rules - (major) bump to eslint 3
- (patch) bump
eslint-config-eventbrite-legacy
to 1.1.1
- (minor) turn off
no-confusing-arrow
- (dev ops) added
babel-eslint
dependency so ES2016+ can be linted - (minor) relaxed
comma-dangle
to allow dangling commas for multi-line - (breaking change) only function expressions (arrow functions) allowed in ES6+
- (minor) ignore imports for
no-useless-rename
- (minor) relax
no-confusing-arrow
by settingallowParens
totrue
- (dev ops) Bump
eslint-config-eventbrite-legacy
to 1.1.0
- Initial release