Skip to content

Commit

Permalink
ci: run pre-commit hooks for yml and svg files (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov authored Sep 20, 2023
1 parent 25edcd0 commit 6ba1c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
]
},
"lint-staged": {
"*.{js,ts,html,md,less,json}": [
"*.{js,ts,html,md,less,json,svg,yml}": [
"npm run lint -- --fix",
"prettier --write",
"git add"
Expand Down

0 comments on commit 6ba1c97

Please sign in to comment.