Skip to content

Commit 0b752dd

Browse files
committed
feat(lint-staged): update glob pattern to ignore /templates dir
1 parent bd35919 commit 0b752dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.lintstagedrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"**/*.js": ["yarn format", "yarn lint"]
2+
"!(**/templates/*).js": ["yarn format", "yarn lint"]
33
}

0 commit comments

Comments
 (0)