Skip to content

Commit

Permalink
Temporarily disable react/jsx-no-leaked-render
Browse files Browse the repository at this point in the history
  • Loading branch information
darekkay committed Jun 21, 2022
1 parent 923df2c commit 4444c50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/react.js
Expand Up @@ -44,7 +44,8 @@ module.exports = {
"react/jsx-no-comment-textnodes": "error",
"react/jsx-no-constructed-context-values": "error",
"react/jsx-no-duplicate-props": "error",
"react/jsx-no-leaked-render": "error",
// TODO: turn on after this bug has been fixed: https://github.com/jsx-eslint/eslint-plugin-react/issues/3292
"react/jsx-no-leaked-render": "off",
"react/jsx-no-literals": "off",
"react/jsx-no-script-url": "error",
"react/jsx-no-target-blank": "error",
Expand Down

0 comments on commit 4444c50

Please sign in to comment.