Skip to content

Commit

Permalink
chore: add yaml files to lintstage check
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed May 16, 2024
1 parent a7ac899 commit e49fbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"**/*.{js,ts,jsx,tsx,md,json}": "prettier --write"
"**/*.{js,ts,md,json,yml,yaml}": "prettier --write"
}

0 comments on commit e49fbab

Please sign in to comment.