Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 127 Bytes

jsx-whitespace-literal.md

File metadata and controls

7 lines (4 loc) · 127 Bytes

Pattern: Use of   in JSX markup

Issue: -

Description

Warns if   is used in JSX markup. Use {" "} instead.