diff --git a/package.json b/package.json index f13f52132..a0524499f 100644 --- a/package.json +++ b/package.json @@ -32,8 +32,12 @@ "precommit": "lint-staged" }, "lint-staged": { - "./packages/**/*.{js,vue}": [ - "eslint --fix", + "*.{js,vue}": [ + "eslint", + "git add" + ], + "*.{vue,css}": [ + "stylelint", "git add" ] },