SberHubProject/.prettierrc

8 lines
111 B
Plaintext
Raw Normal View History

2024-11-30 09:47:34 +03:00
{
"singleQuote": true,
"trailingComma": "none",
"printWidth": 120,
"endOfLine": "lf",
"semi": true
}