Skip to content

Commit 9836d3a

Browse files
bmishljharb
authored andcommitted
[Docs] Remove duplicate fixable notice
1 parent 885afc3 commit 9836d3a

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
3636
* [Refactor] [`jsx-closing-bracket-location`], [`jsx-no-bind`]: fix eslint issues ([#3351][] @caroline223)
3737
* [Tests] [`function-component-definition`]: add passing test cases ([#3355][] @TildaDares)
3838
* [Docs] [`jsx-no-target-blank`]: Fix link to link-type-noreferrer ([#3319][] @Luccasoli)
39-
* [Docs] document which rules provide suggestions ([#3359][] @bmish)
39+
* [Docs] document which rules provide suggestions ([#3359][], [#3365][] @bmish)
4040
* [Docs] Consistent rule descriptions and doc sections ([#3361][] @bmish)
4141
* [Docs] Standardize deprecated rule notice ([#3364][] @bmish)
4242

43+
[#3365]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3365
4344
[#3364]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3364
4445
[#3361]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3361
4546
[#3359]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3359

docs/rules/jsx-curly-brace-presence.md

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ This rule allows you to enforce curly braces or disallow unnecessary curly brace
66

77
For situations where JSX expressions are unnecessary, please refer to [the React doc](https://facebook.github.io/react/docs/jsx-in-depth.html) and [this page about JSX gotchas](https://github.com/facebook/react/blob/v15.4.0-rc.3/docs/docs/02.3-jsx-gotchas.md#html-entities).
88

9-
**Fixable:** This rule is automatically fixable using the `--fix` flag on the command line
10-
119
## Rule Details
1210

1311
By default, this rule will check for and warn about unnecessary curly braces in both JSX props and children. For the sake of backwards compatibility, prop values that are JSX elements are not considered by default.

docs/rules/jsx-no-useless-fragment.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
A fragment is redundant if it contains only one child, or if it is the child of a html element, and is not a [keyed fragment](https://reactjs.org/docs/fragments.html#keyed-fragments).
66

7-
**Fixable:** This rule is sometimes automatically fixable using the `--fix` flag on the command line.
8-
97
## Rule Details
108

119
Examples of **incorrect** code for this rule:

0 commit comments

Comments
 (0)