From db3f11bfd891a8618540e98f475c7b5e4127d088 Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Wed, 24 Jan 2018 19:00:57 +0800 Subject: [PATCH] fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 320d5bffd..5ff232c72 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test": "karma start test/karma.conf.js --single-run", "build": "sh build.sh", "lint": "eslint -c ./.eslintrc --fix --ext .js ./src/", - "lint:style": "stylelint \"./examples/**/*.less\" --syntax --fix less" + "lint:style": "stylelint \"./examples/**/*.less\" --fix --syntax less" }, "repository": { "type": "git",