We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369bfa7 commit 05732c7Copy full SHA for 05732c7
react.js
@@ -467,7 +467,7 @@ module.exports = {
467
468
// One JSX Element Per Line
469
// https://github.com/jsx-eslint/eslint-plugin-react/blob/843d71a432baf0f01f598d7cf1eea75ad6896e4b/docs/rules/jsx-one-expression-per-line.md
470
- 'react/jsx-one-expression-per-line': [ 'error', { allow: 'single-child' } ],
+ 'react/jsx-one-expression-per-line': 'off',
471
472
// Enforce consistent usage of destructuring assignment of props, state, and context
473
// https://github.com/jsx-eslint/eslint-plugin-react/blob/843d71a432baf0f01f598d7cf1eea75ad6896e4b/docs/rules/destructuring-assignment.md
0 commit comments