Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 746e13b

Browse files
committed
Remove redundant config
1 parent 64beaec commit 746e13b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,7 @@
2323
}
2424
},
2525
"lint-staged": {
26-
"*.js": [
27-
"prettier --write",
28-
"eslint",
29-
"git add"
30-
],
31-
"(*.ts|*.tsx)": [
26+
"(*.ts|*.tsx|*.js)": [
3227
"prettier --write",
3328
"eslint",
3429
"git add"

0 commit comments

Comments
 (0)