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