Skip to content

Commit 2a8e563

Browse files
committed
[security] update lint-staged
1 parent fffd635 commit 2a8e563

File tree

2 files changed

+138
-210
lines changed

2 files changed

+138
-210
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"bs-platform": "^7.0.1",
4040
"husky": "^3.1.0",
41-
"lint-staged": "^9.5.0",
41+
"lint-staged": "^10.1.1",
4242
"npmpub": "^5.0.0",
4343
"prettier": "^1.19.1"
4444
},
@@ -48,12 +48,10 @@
4848
},
4949
"lint-staged": {
5050
"*.{md,json,js,css}": [
51-
"prettier --write",
52-
"git add"
51+
"prettier --write"
5352
],
5453
"*.{re,rei}": [
55-
"bsrefmt --in-place",
56-
"git add"
54+
"bsrefmt --in-place"
5755
]
5856
},
5957
"husky": {

0 commit comments

Comments
 (0)