Skip to content

Commit 8bc376c

Browse files
committed
fix lintstagedrc
1 parent c733254 commit 8bc376c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.lintstagedrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"@(*.js|bin/*)": ["eslint --fix"],
2+
"@(**/*.js|bin/*)": ["eslint --fix"],
33
"!(package*).json": ["prettier --write"],
44
"*.{yml,md,html}": ["prettier --write"]
55
}

0 commit comments

Comments
 (0)