Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 327 Bytes

trailing-comma.md

File metadata and controls

11 lines (6 loc) · 327 Bytes

Pattern: Malformed trailing ,

Issue: -

Description

Requires or disallows trailing commas in array and object literals, destructuring assignments, function typings, named imports and exports and function parameters.

Further Reading