From 9ed1812f43b3f9ff45eaecf3269f30f504223c43 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Mon, 18 Dec 2017 17:35:37 +0100 Subject: [PATCH] Update lint staged hooks --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a2d216d1..35b5a99b1 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "prettier-standard": "latest", "rimraf": "latest", "standard": "latest", + "finepack": "latest", "standard-markdown": "latest", "unfluff": "latest" }, @@ -47,9 +48,13 @@ }, "license": "MIT", "lint-staged": { - "*.js": [ + "src/**/*.{js,css}": [ "prettier-standard", "git add" + ], + "package.json": [ + "finepack", + "git add" ] }, "standard": {