teemant-react/.prettierrc
2022-09-25 14:32:00 +03:00

7 lines
85 B
Plaintext

{
"semi": true,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all"
}