Skip to content

Commit

Permalink
feat(react): add no-unstable-nested-components rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Apr 1, 2021
1 parent 6c1c95a commit 8eb5bf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rules/plugins/react.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = {
"react/no-set-state": "error",
"react/no-this-in-sfc": "error",
"react/no-typos": "error",
"react/no-unstable-nested-components": "error",
"react/no-unused-prop-types": "error",
"react/no-unused-state": "error",
"react/no-will-update-set-state": "error",
Expand Down

0 comments on commit 8eb5bf7

Please sign in to comment.