From a3e687bdb4d712c30207df6881b0074e5803edb0 Mon Sep 17 00:00:00 2001 From: hina Date: Sun, 7 Jun 2020 19:34:27 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20lint-staged=20=E3=81=AEglob=E3=83=91?= =?UTF-8?q?=E3=82=BF=E3=83=BC=E3=83=B3=E3=81=8C=E8=AA=A4=E3=81=A3=E3=81=A6?= =?UTF-8?q?=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 94efb6b..50322a0 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "stylelint --fix", "git add" ], - ".{ts,js,vue}" : [ + "*.{ts,js,vue}" : [ "eslint --fix", "git add" ],