diff --git a/package.json b/package.json index c90280e..a3b202c 100644 --- a/package.json +++ b/package.json @@ -95,6 +95,9 @@ "lint-staged": { "*.{js,vue}": [ "eslint --quiet --cache --fix" + ], + "*.{scss}": [ + "stylelint --fix" ] }, "overrides": {