Skip to content

Commit

Permalink
docs(jsx-newline): add fixable note
Browse files Browse the repository at this point in the history
  • Loading branch information
jzabala committed Jul 1, 2020
1 parent 2c384c1 commit e610135
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/rules/jsx-newline.md
@@ -1,5 +1,7 @@
# Enforce a new line after jsx elements and expressions (react/jsx-newline)

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

## Rule Details

This is a stylistic rule intended to make JSX code more readable by enforcing spaces between adjacent JSX elements and expressions.
Expand Down

0 comments on commit e610135

Please sign in to comment.