checkout/.prettierrc
Rinat Arsaev bde73f6008
FE-634: add prettier (#265)
* add prettier

* add prettier in CI

* fix with prettier
2018-08-01 13:25:13 +03:00

8 lines
131 B
Plaintext

{
"printWidth": 120,
"tabWidth": 4,
"singleQuote": true,
"jsxBracketSameLine": true,
"arrowParens": "always"
}