mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-10 10:07:00 +00:00
* Add Husky, lint-staged and prettier as dependencies, configure prettier precommit hook * Change line width in Prettier to the default 80
6 lines
67 B
Plaintext
6 lines
67 B
Plaintext
{
|
|
"printWidth": 80,
|
|
"parser": "flow",
|
|
"single-quote": true
|
|
}
|