git hooks test

This commit is contained in:
chenkl 2021-01-07 09:13:56 +08:00
parent 9699dadb0d
commit 08bd8c6369
2 changed files with 3 additions and 2 deletions

View File

@ -83,7 +83,8 @@
},
"lint-staged": {
"src/**/*.{js,ts,vue}": [
"vue-cli-service lint"
"eslint --fix",
"git add"
]
},
"husky": {

View File

@ -14,5 +14,5 @@ const elementConfig: ConfigElement = {
*/
zIndex: 2000
}
const haha = ''
export default elementConfig