Skip to content

Commit 2433dd1

Browse files
committed
[security] update lint-staged
1 parent 19509a0 commit 2433dd1

File tree

2 files changed

+313
-805
lines changed

2 files changed

+313
-805
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"devDependencies": {
4141
"bs-platform": "^7.2.0",
4242
"husky": "^1.3.0",
43-
"lint-staged": "^8.1.0",
43+
"lint-staged": "^10.1.1",
4444
"npmpub": "^5.0.0",
4545
"prettier": "^1.18.0",
4646
"reason-react": "^0.7.0",
@@ -52,12 +52,10 @@
5252
},
5353
"lint-staged": {
5454
"*.{md,json,js,css}": [
55-
"prettier --write",
56-
"git add"
55+
"prettier --write"
5756
],
5857
"*.{re,rei}": [
59-
"bsrefmt --in-place",
60-
"git add"
58+
"bsrefmt --in-place"
6159
]
6260
},
6361
"husky": {

0 commit comments

Comments
 (0)