git hooks test
This commit is contained in:
parent
216be1cbc5
commit
9699dadb0d
|
@ -83,8 +83,7 @@
|
|||
},
|
||||
"lint-staged": {
|
||||
"src/**/*.{js,ts,vue}": [
|
||||
"eslint --fix",
|
||||
"git add"
|
||||
"vue-cli-service lint"
|
||||
]
|
||||
},
|
||||
"husky": {
|
||||
|
|
|
@ -15,4 +15,4 @@ const elementConfig: ConfigElement = {
|
|||
zIndex: 2000
|
||||
}
|
||||
|
||||
export default elementConfig
|
||||
export default elementConfig
|
||||
|
|
Loading…
Reference in New Issue