Skip to content

Commit

Permalink
添加样式的校验
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxiaosi committed Jun 18, 2021
1 parent 4230812 commit d6eb94a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
"lint-staged": {
"*.{js,vue}": [
"prettier --write",
"vue-cli-service lint",
"stylelint \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
"eslint \"{src,mock}/**/*.{vue,js}\"",
"git add"
]
}
Expand Down

0 comments on commit d6eb94a

Please sign in to comment.