mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
chore: enable react/jsx-closing-bracket-location (#6373)
This no longer appears to conflict with prettier
This commit is contained in:
parent
14bec7cf11
commit
6e75d035bb
3 changed files with 0 additions and 3 deletions
|
@ -52,7 +52,6 @@ module.exports = {
|
|||
' ',
|
||||
],
|
||||
],
|
||||
'react/jsx-closing-bracket-location': OFF, // Conflicts with Prettier.
|
||||
'react/jsx-filename-extension': OFF,
|
||||
'react-hooks/rules-of-hooks': ERROR,
|
||||
'react/prop-types': OFF, // PropTypes aren't used much these days.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue