Skip to content

Commit 10a0b70

Browse files
committed
fix: fix lint-staged file again
1 parent f2cfb26 commit 10a0b70

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.lintstagedrc.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
21
{
3-
"src/**/*.{ts,tsx}": [
4-
"prettier --write",
5-
"eslint --fix"
6-
]
2+
"*.{js,ts,tsx}": [
3+
"prettier --write",
4+
"eslint --fix"
5+
]
76
}

0 commit comments

Comments
 (0)