Skip to content

Commit e41a9fd

Browse files
committed
[security] update lint-staged
1 parent 19a66f0 commit e41a9fd

File tree

2 files changed

+309
-872
lines changed

2 files changed

+309
-872
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"bs-platform": "^5.0.4",
4141
"husky": "^1.3.1",
42-
"lint-staged": "^8.1.5",
42+
"lint-staged": "^10.1.1",
4343
"npm-run-all": "^3.0.0",
4444
"prettier": "^1.16.4",
4545
"reason-react": "^0.7.0",
@@ -51,12 +51,10 @@
5151
},
5252
"lint-staged": {
5353
"*.{md,json,js,css}": [
54-
"prettier --write",
55-
"git add"
54+
"prettier --write"
5655
],
5756
"*.{re,rei}": [
58-
"bsrefmt --in-place",
59-
"git add"
57+
"bsrefmt --in-place"
6058
]
6159
},
6260
"husky": {

0 commit comments

Comments
 (0)