Skip to content

Commit

Permalink
BREAKING CHANGE(react): add react/no-unstable-nested-components rule …
Browse files Browse the repository at this point in the history
…as error (#665)
  • Loading branch information
yujialves committed May 10, 2023
1 parent 9dc6c97 commit 559bfac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/react.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ module.exports = {
"react/no-this-in-sfc": "error",
// react/no-unescaped-entities
// react/no-unknown-property
"react/no-unstable-nested-components": "error",
"react/no-will-update-set-state": "error",
"react/prefer-es6-class": "error",
"react/prefer-stateless-function": [
Expand Down

0 comments on commit 559bfac

Please sign in to comment.