v1.1.0
Added
Added four new rules from ESLint v2.12.0.
- max-lines - Adds
maximumNumberOfLines
compatibility from JSCS. - no-mixed-operators - Also required a change to
no-extra-parens
. Please see change section. - object-curly-newline - Adds
requirePaddingNewLinesInObjects
anddisallowPaddingNewLinesInObjects
compatibility from JSCS. - rest-spread-spacing
Changed
- no-extra-parens - Turned the
conditionalAssign
option off.