Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 256 Bytes

object-literal-shorthand.md

File metadata and controls

11 lines (6 loc) · 256 Bytes

Pattern: Missing shorthand in object literal

Issue: -

Description

Enforces use of ES6 object literal shorthand when possible.

Further Reading