lowdefy/.prettierrc

7 lines
90 B
Plaintext
Raw Normal View History

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