Skip to content

Commit

Permalink
fix: revert react/jsx-max-props-per-line configuration (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Onatolich authored Jul 30, 2020
1 parent ec5a997 commit 319e621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/lint/.eslintrc.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = {
eventHandlerPropPrefix: 'on',
}],
'react/jsx-max-props-per-line': ['error', {
maximum: 3,
maximum: 1,
when: 'always',
}],
'react/jsx-no-bind': ['error', {
Expand Down

0 comments on commit 319e621

Please sign in to comment.