Added
- Add
jsx-tag-spacing
rule (#693 @Kovensky)
Fixed
- Fix
jsx-indent
for parenthesized ternaries (#945 @voxpelli) - Fix
jsx-indent
for multiline ternaries - Fix
jsx-indent
for arrays in jsx (#947) - Fix
no-danger-with-children
crash with spread on global variables (#921) - Fix
jsx-wrap-multilines
ternaries handling (#916)
Changed
- Enable
no-unused-prop-types
skipShapeProps
option by default to limit false positive (#953 @everdimension)