Skip to content

Commit

Permalink
fix(react): remove unwanted rules
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed May 18, 2021
1 parent cb66024 commit 92d78a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/eslint-config-react/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,13 @@ module.exports = {
html: true,
}],
'react/void-dom-elements-no-children': ERROR,
'react/jsx-boolean-value': [WARNING, 'always'],
'react/jsx-closing-bracket-location': [WARNING, 'line-aligned'],
'react/jsx-closing-tag-location': WARNING,
'react/jsx-curly-brace-presence': [WARNING, {
props: 'never',
children: 'never',
}],
'react/jsx-equals-spacing': [WARNING, 'never'],
'react/jsx-first-prop-new-line': [WARNING, 'multiline'],
'react/jsx-no-useless-fragment': WARNING,
'react/jsx-pascal-case': WARNING,
'react/jsx-props-no-multi-spaces': WARNING,
'react/jsx-tag-spacing': [WARNING, {
Expand Down

0 comments on commit 92d78a0

Please sign in to comment.