cdn-frontend/.prettierrc

6 lines
86 B
Plaintext
Raw Normal View History

2021-07-03 12:15:26 +03:00
{
"tabWidth": 2,
"singleQuote": false,
"semi": true,
2021-07-04 01:47:50 +03:00
"trailingComma": "none"
2021-07-03 12:15:26 +03:00
}