You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -202,6 +202,7 @@ Enable the rules that you would like to use.
202
202
| ✔ ||[react/jsx-no-comment-textnodes](docs/rules/jsx-no-comment-textnodes.md)| Comments inside children section of tag should be placed inside braces |
203
203
|||[react/jsx-no-constructed-context-values](docs/rules/jsx-no-constructed-context-values.md)| Prevents JSX context provider values from taking values that will cause needless rerenders. |
204
204
| ✔ ||[react/jsx-no-duplicate-props](docs/rules/jsx-no-duplicate-props.md)| Enforce no duplicate props |
205
+
|| 🔧 |[react/jsx-no-leaked-zero](docs/rules/jsx-no-leaked-zero.md)| Prevent zero from being rendered on numerical condition |
205
206
|||[react/jsx-no-literals](docs/rules/jsx-no-literals.md)| Prevent using string literals in React component definition |
0 commit comments