michalvankodev-site/.prettierrc

7 lines
86 B
Plaintext
Raw Normal View History

2021-04-24 18:24:17 +02:00
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true
}