teemant-react/.prettierrc

7 lines
85 B
Plaintext
Raw Normal View History

2022-09-25 11:32:00 +00:00
{
"semi": true,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all"
}