web/.prettierrc

7 lines
90 B
Plaintext
Raw Normal View History

2019-12-17 01:26:51 +03:00
{
2022-04-11 20:48:19 +03:00
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100,
"semi": false
2019-12-17 01:26:51 +03:00
}