develp.co/.prettierrc

7 lines
86 B
Plaintext
Raw Normal View History

2023-09-14 15:08:08 +00:00
{
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"trailingComma": "all"
}