Skip to content

Commit 5cf7edc

Browse files
committed
fix: lint staged rc
1 parent 2d927c8 commit 5cf7edc

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,5 +1,5 @@
11
{
22
"*.{js,jsx,ts,tsx}": [
3-
"yarn eslint"
3+
"eslint"
44
]
55
}

0 commit comments

Comments
 (0)