File tree Expand file tree Collapse file tree 3 files changed +2509
-192
lines changed
Expand file tree Collapse file tree 3 files changed +2509
-192
lines changed Original file line number Diff line number Diff line change 1+ root = true
2+
3+ [* ]
4+ indent_style = space
5+ indent_size = 2
6+ insert_final_newline = true
Original file line number Diff line number Diff line change 239239 "react/prop-types": 2, // Prevent missing props validation in a React component definition
240240 "react/react-in-jsx-scope": 2, // Prevent missing React when using JSX
241241 "react/self-closing-comp": 2, // Prevent extra closing tags for components without children
242- "react/wrap-multilines": 2 // Prevent missing parentheses around multilines JSX
242+ // "react/wrap-multilines": 2, // Prevent missing parentheses around multilines JSX
243+ "react/jsx-wrap-multilines": 2 // Replaces "react/wrap-multilines": Prevent missing parentheses around multilines JSX
243244 }
244245}
You can’t perform that action at this time.
0 commit comments