MyCrypto/.prettierrc
Maciej Bembenista f4e63c7e02 Integrate Husky git hooks and configure a Prettier hook for JS (#53)
* Add Husky, lint-staged and prettier as dependencies, configure prettier precommit hook

* Change line width in Prettier to the default 80
2017-07-15 18:02:14 -05:00

6 lines
67 B
Plaintext

{
"printWidth": 80,
"parser": "flow",
"single-quote": true
}