diff --git a/package.json b/package.json index a686110..45ab315 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "lint-staged": { "*.js": [ - "prettier --write", + "prettier --single-quote --write", "git add" ] },