Skip to content

Commit df24993

Browse files
committed
[security] update lint-staged
1 parent 79b4c95 commit df24993

File tree

2 files changed

+308
-913
lines changed

2 files changed

+308
-913
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"bs-platform": "^5.2.0",
3939
"husky": "^1.3.0",
40-
"lint-staged": "^8.1.0",
40+
"lint-staged": "^10.1.1",
4141
"prettier": "^1.18.0",
4242
"reason-react": "^0.7.0"
4343
},
@@ -47,12 +47,10 @@
4747
},
4848
"lint-staged": {
4949
"*.{md,json,js,css}": [
50-
"prettier --write",
51-
"git add"
50+
"prettier --write"
5251
],
5352
"*.{re,rei}": [
54-
"bsrefmt --in-place",
55-
"git add"
53+
"bsrefmt --in-place"
5654
]
5755
},
5856
"husky": {

0 commit comments

Comments
 (0)