Skip to content

Commit

Permalink
chore(list-stage): add yml, yaml extension
Browse files Browse the repository at this point in the history
  • Loading branch information
froggy1014 committed Jan 22, 2025
1 parent e718f43 commit 2c603b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@
"biome lint --write",
"eslint --fix --flag unstable_ts_config"
],
"*.{json,css,js,ts}": ["biome format --write", "biome lint --write"]
"*.{json,css,js,ts,yml,yaml}": [
"biome format --write",
"biome lint --write"
]
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 2c603b0

Please sign in to comment.