Skip to content

Commit 601bbcd

Browse files
committed
fix lint-staged
1 parent cf99b7f commit 601bbcd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,10 @@
6565
},
6666
"lint-staged": {
6767
"*.js": [
68-
[
6968
"eslint --fix",
70-
"git add"
71-
],
72-
[
7369
"prettier --write",
7470
"git add"
7571
]
76-
]
7772
},
7873
"repository": {
7974
"type": "git",

0 commit comments

Comments
 (0)