lowdefy/.prettierrc

7 lines
90 B
Plaintext
Raw Permalink Normal View History

2020-10-01 16:09:28 +02:00
{
"printWidth": 100,
"singleQuote": true,
2020-10-15 15:09:02 +02:00
"tabWidth": 2,
2020-10-01 16:09:28 +02:00
"trailingComma": "es5"
}