Skip to content

Commit

Permalink
[Docs] jsx-fragments: add "fixable" note
Browse files Browse the repository at this point in the history
  • Loading branch information
joshunger authored and ljharb committed Jan 23, 2019
1 parent 77170fb commit 9497745
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/rules/jsx-fragments.md
Expand Up @@ -4,6 +4,8 @@ In JSX, a React fragment is created either with `<React.Fragment>...</React.Frag

Support for fragments was added in React v16.2, so the rule will warn on either of these forms if an older React version is specified in [shared settings][shared_settings].

**Fixable:** This rule is automatically fixable using the `--fix` flag on the command line.

## Rule Options

```js
Expand Down

0 comments on commit 9497745

Please sign in to comment.