Skip to content

Commit

Permalink
Merge pull request #958 from Jorundur/patch-1
Browse files Browse the repository at this point in the history
"jsx-indent" -> "react/jsx-indent"
  • Loading branch information
lencioni committed Jan 29, 2017
2 parents c62dccf + 8de18d5 commit 7212479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/jsx-indent.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ It takes an option as the second parameter which can be `"tab"` for tab-based in

```js
...
"jsx-indent": [<enabled>, 'tab'|<number>]
"react/jsx-indent": [<enabled>, 'tab'|<number>]
...
```

Expand Down

0 comments on commit 7212479

Please sign in to comment.