Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 252 Bytes

comma-dangle.md

File metadata and controls

11 lines (6 loc) · 252 Bytes

Pattern: Malformed trailing comma

Issue: -

Description

This rule enforces consistent use of trailing commas in object and array literals.

Further Reading