Skip to content

Commit

Permalink
git hooks test
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong321200875 committed Jan 7, 2021
1 parent 9699dad commit 08bd8c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
},
"lint-staged": {
"src/**/*.{js,ts,vue}": [
"vue-cli-service lint"
"eslint --fix",
"git add"
]
},
"husky": {
Expand Down
2 changes: 1 addition & 1 deletion src/libs/element.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ const elementConfig: ConfigElement = {
*/
zIndex: 2000
}

const haha = ''
export default elementConfig

0 comments on commit 08bd8c6

Please sign in to comment.