Skip to content

Commit fc11a62

Browse files
committed
fix(types/lint-staged): check .ts only
1 parent e6575af commit fc11a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/.lintstagedrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"*": ["eslint --fix", "prettier --write"]
2+
"*.ts": ["eslint --fix", "prettier --write"]
33
}

0 commit comments

Comments
 (0)