1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-10-15 06:58:23 +02:00
cheatsheets/.prettierrc
2024-03-28 19:59:22 +11:00

7 lines
110 B
Plaintext

{
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"plugins": ["prettier-plugin-astro"]
}