Skip to content

Commit

Permalink
Small fix for react curly braces config
Browse files Browse the repository at this point in the history
  • Loading branch information
burtek committed Apr 7, 2022
1 parent 1e6cc0d commit 896f1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint-config-react.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module.exports = {
'react/jsx-closing-tag-location': 'error',
'react/jsx-curly-brace-presence': 'error',
'react/jsx-curly-newline': ['error', {
'multiline': 'require',
'multiline': 'forbid',
'singleline': 'forbid'
}],
'react/jsx-curly-spacing': ['error', {
Expand Down

0 comments on commit 896f1eb

Please sign in to comment.