Skip to content

Commit e93bf41

Browse files
committed
[security] update lint-staged
1 parent d20b42b commit e93bf41

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
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"bs-platform": "^5.2.0",
4141
"husky": "^1.3.0",
42-
"lint-staged": "^8.1.0",
42+
"lint-staged": "^10.1.1",
4343
"prettier": "^1.18.0",
4444
"reason-react": "^0.7.0",
4545
"reason-react-native": "^0.60.0"
@@ -50,12 +50,10 @@
5050
},
5151
"lint-staged": {
5252
"*.{md,json,js,css}": [
53-
"prettier --write",
54-
"git add"
53+
"prettier --write"
5554
],
5655
"*.{re,rei}": [
57-
"bsrefmt --in-place",
58-
"git add"
56+
"bsrefmt --in-place"
5957
]
6058
},
6159
"husky": {

0 commit comments

Comments
 (0)