feishin/.prettierrc

9 lines
133 B
Plaintext
Raw Normal View History

2022-07-26 04:40:16 +02:00
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"printWidth": 100,
"arrowParens": "always"
}