We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698d7e5 commit 67053d9Copy full SHA for 67053d9
README.md
@@ -81,6 +81,7 @@ Finally, enable all of the rules that you would like to use. Use [our preset](#
81
82
* [react/display-name](docs/rules/display-name.md): Prevent missing `displayName` in a React component definition
83
* [react/forbid-prop-types](docs/rules/forbid-prop-types.md): Forbid certain propTypes
84
+* [react/no-comment-textnodes](docs/rules/no-comment-textnodes.md): Prevent comments from being inserted as text nodes
85
* [react/no-danger](docs/rules/no-danger.md): Prevent usage of dangerous JSX properties
86
* [react/no-deprecated](docs/rules/no-deprecated.md): Prevent usage of deprecated methods
87
* [react/no-did-mount-set-state](docs/rules/no-did-mount-set-state.md): Prevent usage of `setState` in `componentDidMount`
0 commit comments