git hooks test
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user