We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b268163 commit a9122f0Copy full SHA for a9122f0
index.js
@@ -59,6 +59,7 @@ module.exports = {
59
'object-curly-newline': ["error", { "consistent": true }],
60
'import/extensions': 0,
61
'react/no-did-mount-set-state': 1,
62
- 'react/no-did-update-set-state': 1
+ 'react/no-did-update-set-state': 1,
63
+ 'react/jsx-one-expression-per-line': 0,
64
}
65
0 commit comments