Skip to content

Commit 75af298

Browse files
committed
fix: lint
1 parent 9540f48 commit 75af298

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.lintstagedrc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"**/*.+(js|jsx|css|less|scss|ts|tsx|md)": [
3-
"prettier --write",
4-
"eslint --fix"
2+
"**/*.+(ts|tsx)": [
3+
"eslint . --ext .ts --fix"
54
]
6-
}
5+
}

0 commit comments

Comments
 (0)