Releases: vimeo/eslint-config-player
Releases · vimeo/eslint-config-player
5.0.0
Updated for ESLint 3.14.
ES5 rule changes:
- Added
no-negated-condition
- Added
block-spacing
- Added
linebreak-style
- Changed
max-nested-callbacks
from 2 to 3 - Added
max-statements-per-line
- Added
multiline-ternary
- Added
no-bitwise
- Added
no-mixed-operators
- Added
no-unneeded-ternary
- Added
quote-props
ES6 rule changes:
- Added
no-template-curly-in-string
- Added
no-duplicate-imports
- Added
no-useless-computed-key
- Added
no-useless-rename
- Changed
prefer-template
toerror
- Added
rest-spread-spacing
- Added
symbol-description
4.0.1
- Fixed typo in the ES6 config
4.0.0
- Added promise plugin
3.1.0
- Removed
arrow-body-style
rule
3.0.0
Updated for ESLint 2.0
ES5 rule additions:
- Added
no-self-assign
- Added
no-unmodified-loop-condition
- Added
no-useless-concat
- Added
no-whitespace-before-property
- Added
array-callback-return
- Added
one-var
ES6 rule additions:
- Added
no-confusing-arrow
- Added
no-new-symbol
- Added
no-useless-constructor
- Added
prefer-arrow-callback
- Added
prefer-rest-params
- Added
prefer-template
- Added
template-curly-spacing
2.1.0
Updated for ESLint 1.2
- Added
no-catch-shadow
back since it works correctly again - Added
prefer-template
as a warning - Added
no-dupe-class-members
as an error
2.0.0
Updated for ESLint 1.0.
1.1.0
Added new rules from ESLint 0.24.