0
Fork 0
mirror of https://github.com/penpot/penpot-export.git synced 2025-01-09 00:10:08 -05:00
penpot-export/packages/core/.prettierrc.json

7 lines
86 B
JSON
Raw Normal View History

2023-08-22 06:42:57 -05:00
{
"trailingComma": "all",
"tabWidth": 2,
"semi": false,
"singleQuote": true
}