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: docs/rules/display-name.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Disallow missing displayName in a React component definition (`react/display-name`)
2
2
3
-
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/README.md#shareable-configs).
3
+
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
Copy file name to clipboardExpand all lines: docs/rules/jsx-key.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Disallow missing `key` props in iterators/collection literals (`react/jsx-key`)
2
2
3
-
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/README.md#shareable-configs).
3
+
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
Copy file name to clipboardExpand all lines: docs/rules/jsx-no-comment-textnodes.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Disallow comments from being inserted as text nodes (`react/jsx-no-comment-textnodes`)
2
2
3
-
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/README.md#shareable-configs).
3
+
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
Copy file name to clipboardExpand all lines: docs/rules/jsx-no-duplicate-props.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Disallow duplicate properties in JSX (`react/jsx-no-duplicate-props`)
2
2
3
-
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/README.md#shareable-configs).
3
+
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
Copy file name to clipboardExpand all lines: docs/rules/jsx-no-target-blank.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Disallow `target="_blank"` attribute without `rel="noreferrer"` (`react/jsx-no-target-blank`)
2
2
3
-
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/README.md#shareable-configs).
3
+
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
4
4
5
5
🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).
Copy file name to clipboardExpand all lines: docs/rules/jsx-no-undef.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Disallow undeclared variables in JSX (`react/jsx-no-undef`)
2
2
3
-
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/README.md#shareable-configs).
3
+
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
Copy file name to clipboardExpand all lines: docs/rules/jsx-uses-react.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Disallow React to be incorrectly marked as unused (`react/jsx-uses-react`)
2
2
3
-
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/README.md#shareable-configs).
3
+
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
Copy file name to clipboardExpand all lines: docs/rules/jsx-uses-vars.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Disallow variables used in JSX to be incorrectly marked as unused (`react/jsx-uses-vars`)
2
2
3
-
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/README.md#shareable-configs).
3
+
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
Copy file name to clipboardExpand all lines: docs/rules/no-children-prop.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Disallow passing of children as props (`react/no-children-prop`)
2
2
3
-
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/README.md#shareable-configs).
3
+
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
Copy file name to clipboardExpand all lines: docs/rules/no-danger-with-children.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Disallow when a DOM element is using both children and dangerouslySetInnerHTML (`react/no-danger-with-children`)
2
2
3
-
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/README.md#shareable-configs).
3
+
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
Copy file name to clipboardExpand all lines: docs/rules/no-deprecated.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Disallow usage of deprecated methods (`react/no-deprecated`)
2
2
3
-
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/README.md#shareable-configs).
3
+
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
Copy file name to clipboardExpand all lines: docs/rules/no-direct-mutation-state.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Disallow direct mutation of this.state (`react/no-direct-mutation-state`)
2
2
3
-
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/README.md#shareable-configs).
3
+
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
Copy file name to clipboardExpand all lines: docs/rules/no-find-dom-node.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Disallow usage of findDOMNode (`react/no-find-dom-node`)
2
2
3
-
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/README.md#shareable-configs).
3
+
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
Copy file name to clipboardExpand all lines: docs/rules/no-is-mounted.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Disallow usage of isMounted (`react/no-is-mounted`)
2
2
3
-
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/README.md#shareable-configs).
3
+
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
Copy file name to clipboardExpand all lines: docs/rules/no-render-return-value.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Disallow usage of the return value of ReactDOM.render (`react/no-render-return-value`)
2
2
3
-
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/README.md#shareable-configs).
3
+
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
Copy file name to clipboardExpand all lines: docs/rules/no-string-refs.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Disallow using string references (`react/no-string-refs`)
2
2
3
-
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/README.md#shareable-configs).
3
+
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
Copy file name to clipboardExpand all lines: docs/rules/no-unescaped-entities.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Disallow unescaped HTML entities from appearing in markup (`react/no-unescaped-entities`)
2
2
3
-
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/README.md#shareable-configs).
3
+
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
Copy file name to clipboardExpand all lines: docs/rules/no-unknown-property.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Disallow usage of unknown DOM property (`react/no-unknown-property`)
2
2
3
-
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/README.md#shareable-configs).
3
+
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
4
4
5
5
🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).
Copy file name to clipboardExpand all lines: docs/rules/prop-types.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Disallow missing props validation in a React component definition (`react/prop-types`)
2
2
3
-
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/README.md#shareable-configs).
3
+
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
Copy file name to clipboardExpand all lines: docs/rules/react-in-jsx-scope.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Disallow missing React when using JSX (`react/react-in-jsx-scope`)
2
2
3
-
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/README.md#shareable-configs).
3
+
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
Copy file name to clipboardExpand all lines: docs/rules/require-render-return.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Enforce ES5 or ES6 class for returning value in render function (`react/require-render-return`)
2
2
3
-
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/README.md#shareable-configs).
3
+
✅ This rule is enabled in the `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
0 commit comments