From 4dd2f5c96c62315879a430a3fec8c59080741882 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Sun, 19 Mar 2017 21:52:46 +0100 Subject: [PATCH] Use single quotes when prettifying the code --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] },