feishin/.prettierrc
2022-07-25 19:40:16 -07:00

9 lines
133 B
Plaintext

{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"printWidth": 100,
"arrowParens": "always"
}