Adjust 'lint-staged' to pass single-quote via CLI; remove unneeded .prettierrc (#55)

This commit is contained in:
Daniel Ternyak 2017-07-16 11:15:37 -05:00 committed by GitHub
parent c8fa6e3022
commit 2265f75700
2 changed files with 1 additions and 6 deletions

View File

@ -1,5 +0,0 @@
{
"printWidth": 80,
"parser": "flow",
"single-quote": true
}

View File

@ -90,7 +90,7 @@
},
"lint-staged": {
"*.{js,jsx}": [
"prettier --write",
"prettier --write --single-quote",
"git add"
]
}