skrill-frontend/.prettierrc

6 lines
86 B
Plaintext
Raw Normal View History

2024-07-28 03:04:23 -06:00
{
"endOfLine": "lf",
"printWidth": 80,
"tabWidth": 2,
"trailingComma": "es5"
}