Skip to content

Files

Latest commit

 

History

History
13 lines (8 loc) · 411 Bytes

use-simple-attributes.md

File metadata and controls

13 lines (8 loc) · 411 Bytes

Pattern: Missing use of simple attribute

Issue: -

Description

Simpler attributes in JSX and TSX files helps keep code clean and readable. Separate complex expressions into their own line and use clear variable names to make your code more understandable.

Further Reading