sigit.io/.prettierrc
2024-05-15 11:50:21 +03:00

8 lines
110 B
Plaintext

{
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"endOfLine": "auto"
}