mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-09 18:45:38 +00:00
Adjust 'lint-staged' to pass single-quote via CLI; remove unneeded .prettierrc (#55)
This commit is contained in:
parent
c8fa6e3022
commit
2265f75700
@ -1,5 +0,0 @@
|
||||
{
|
||||
"printWidth": 80,
|
||||
"parser": "flow",
|
||||
"single-quote": true
|
||||
}
|
@ -90,7 +90,7 @@
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,jsx}": [
|
||||
"prettier --write",
|
||||
"prettier --write --single-quote",
|
||||
"git add"
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user