Skip to content

Commit c5b176e

Browse files
celiasclaude
andcommitted
chore: add *.html to lint-staged to match CI prettier check
Closes the gap between the pre-commit hook and CI's prettier --check . Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent fdc46dc commit c5b176e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@
5757
],
5858
"*.{js,jsx,json,md}": [
5959
"prettier --write"
60+
],
61+
"*.html": [
62+
"prettier --write"
6063
]
6164
}
6265
}

0 commit comments

Comments
 (0)