@@ -38,10 +38,13 @@ export const rules = {
3838 "@eslint-react/no-duplicate-key" : "warn" ,
3939 "@eslint-react/no-forward-ref" : "warn" ,
4040 "@eslint-react/no-implicit-key" : "warn" ,
41+ // "@eslint-react/no-leaked-conditional-rendering": "warn",
4142 "@eslint-react/no-missing-component-display-name" : "warn" ,
4243 "@eslint-react/no-missing-context-display-name" : "warn" ,
4344 "@eslint-react/no-missing-key" : "error" ,
45+ "@eslint-react/no-misused-capture-owner-stack" : "error" ,
4446 "@eslint-react/no-nested-component-definitions" : "error" ,
47+ "@eslint-react/no-nested-lazy-component-declarations" : "warn" ,
4548 "@eslint-react/no-prop-types" : "error" ,
4649 "@eslint-react/no-redundant-should-component-update" : "error" ,
4750 "@eslint-react/no-set-state-in-component-did-mount" : "warn" ,
@@ -59,6 +62,8 @@ export const rules = {
5962 "@eslint-react/no-useless-forward-ref" : "warn" ,
6063 "@eslint-react/no-useless-fragment" : "warn" ,
6164 "@eslint-react/prefer-destructuring-assignment" : "warn" ,
65+ "@eslint-react/prefer-react-namespace-import" : "warn" ,
66+ // "@eslint-react/prefer-read-only-props": "warn",
6267 "@eslint-react/prefer-shorthand-boolean" : "off" ,
6368 "@eslint-react/prefer-shorthand-fragment" : "off" ,
6469
0 commit comments