From 751a9ef3a12c952fe179f256d854d0c4aa37e28e Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Wed, 4 Oct 2017 22:49:07 +0200 Subject: Apply prettier to codebase --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 6254575b..c6c0994a 100644 --- a/package.json +++ b/package.json @@ -49,8 +49,8 @@ "victory": "^0.22.2" }, "lint-staged": { - "src/**/*.{js,jsx,json,sass}": [ - "prettier --single-quote --write", + "src/**/*.{js,jsx,json}": [ + "prettier --write", "git add" ] }, -- cgit v1.2.3