Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 288 Bytes

object-literal-sort-keys.md

File metadata and controls

13 lines (7 loc) · 288 Bytes

Pattern: Wrong object literal key order

Issue: -

Description

Checks ordering of keys in object literals.

Rationale: Useful in preventing merge conflicts

Further Reading