mirror of
https://github.com/valitydev/checkout.git
synced 2024-11-06 10:35:20 +00:00
bde73f6008
* add prettier * add prettier in CI * fix with prettier
8 lines
131 B
Plaintext
8 lines
131 B
Plaintext
{
|
|
"printWidth": 120,
|
|
"tabWidth": 4,
|
|
"singleQuote": true,
|
|
"jsxBracketSameLine": true,
|
|
"arrowParens": "always"
|
|
}
|