lsd/.prettierrc

7 lines
86 B
Plaintext
Raw Normal View History

2023-02-02 17:36:26 +03:30
{
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"trailingComma": "all"
}