From 53320cc235799a26f0e05ff380590a77bb6f479f Mon Sep 17 00:00:00 2001 From: youxingzhi Date: Thu, 30 Jan 2020 13:34:24 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20change=20lint-staged=20?= =?UTF-8?q?conf?= 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 0e67d83..faa46f5 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "vue-template-compiler": "^2.6.10" }, "lint-staged": { - "**/**.{js,json,pcss,md,vue}": [ + "**/*.{js,json,md,vue}": [ "prettier --write" ] },