- (major) Requires node >= 6
- (major) bump
eslint-config-eventbrite-legacy
to^4.0.0
- (major) Bumped
eslint
peer dependency to^4.19.1
- (major) Bumped
babel-eslint
peer dependency to^8.2.3
- (minor) Bumped
eslint-plugin-import
peer dependency to^2.11.0
- (major) New erroring rules:
- (major) Stronger exiting erroring rules:
- comma-dangle is turned on for
import
&export
- prefer-const is turned on enforce using
const
whenever possible
- comma-dangle is turned on for
- (major) Added
eslint-plugin-babel
peer dependency at^5.1.0
- babel/no-invalid-this replaces no-invalid-this
- (major) Added
eslint-plugin-jest
peer dependency at^21.15.1
- (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