Skip to content

Commit 220a1bc

Browse files
chore: update .lintstagedrc.json
1 parent 36f43f3 commit 220a1bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.lintstagedrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"*.js": "eslint --fix",
3-
"*.{html,json,md,yml}": "prettier --write"
2+
"*.{js,jsx,ts,tsx}": "eslint --fix",
3+
"*.{css,html,json,md,yml}": "prettier --write"
44
}

0 commit comments

Comments
 (0)