Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit afb199d

Browse files
author
Marlow Payne
authored
Merge pull request #124 from mobify/fix-123
Fix #123 by using updated rule
2 parents 8e58e2e + 2e08762 commit afb199d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Pending Release
2+
- Fix #123 by using react/jsx-wrap-multilines rule
13
2.5.2
24
- Fix #43 by updating all underlines in Sass code examples
35
- Fix #114 by removing invalid options from CSSComb config file

es6/mobify-es6-react.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ rules:
3737
react/jsx-indent: error
3838
react/jsx-indent-props: error
3939
react/jsx-space-before-closing: error
40-
react/wrap-multilines: error
40+
react/jsx-wrap-multilines: error
4141

4242
# Ignore common unused vars and args in React projects
4343
no-unused-vars:

0 commit comments

Comments
 (0)