-  
-   Notifications  You must be signed in to change notification settings 
- Fork 2.7k
Closed
Description
The docs for beforeSelfClosing and beforeClosing mention multiline-always option, but the rule schema and the rule code use proportional-always rule rahter than the multiline-always.
 
eslint-plugin-react/lib/rules/jsx-tag-spacing.js
Lines 277 to 285 in fc9664f
| beforeSelfClosing: { | |
| enum: ['always', 'proportional-always', 'never', 'allow'], | |
| }, | |
| afterOpening: { | |
| enum: ['always', 'allow-multiline', 'never', 'allow'], | |
| }, | |
| beforeClosing: { | |
| enum: ['always', 'proportional-always', 'never', 'allow'], | |
| }, | 
Metadata
Metadata
Assignees
Labels
No labels