From 0f1cde634f325fff5cd88926d87f7176f04eb9b8 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Sat, 16 May 2020 14:44:54 +0200 Subject: [PATCH] chore(lint): run hook on all files --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a7680476..29edd54c8 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ } }, "lint-staged": { - "*.{js,json,ts}": [ + "*": [ "prettier --write" ] }