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