From cea68ff252a286159d80a497849269f1b2291efb Mon Sep 17 00:00:00 2001 From: neverland Date: Sat, 7 Sep 2019 19:01:08 +0800 Subject: [PATCH] build: should lint less when commit (#4394) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d5b6342c0..c7d70c3c2 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint", "git add" ], - "*.{vue,css}": [ + "*.{vue,css,less}": [ "stylelint", "git add" ]