Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.22 KB

File metadata and controls

57 lines (40 loc) · 1.22 KB
name ✨ Formatting
about Issues for ugly or incorrect code

Prettier 3.3.2 Playground link

# Options (if any):
--single-quote

Input:

// code snippet

Output:

// code snippet

Expected output:

// code snippet

Why?