Skip to content

Commit 1c26670

Browse files
chore(root): configure pre-commit hook to format yaml files
including GitHub workflows
1 parent 4885d27 commit 1c26670

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.lintstagedrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"*.json": ["prettier --write"],
33
"*.md": ["prettier --write"],
4-
"*.ts": ["prettier --write"]
4+
"*.ts": ["prettier --write"],
5+
"*.yml": ["prettier --write"]
56
}

0 commit comments

Comments
 (0)