cheatsheets/.prettierrc

7 lines
110 B
Plaintext
Raw Normal View History

2019-01-20 06:19:08 +00:00
{
"semi": false,
"singleQuote": true,
2024-03-28 08:59:22 +00:00
"trailingComma": "none",
"plugins": ["prettier-plugin-astro"]
2019-01-20 06:19:08 +00:00
}