Skip to content

Commit 73f73e5

Browse files
committed
[security] update lint-staged
1 parent 4ea5401 commit 73f73e5

File tree

2 files changed

+311
-815
lines changed

2 files changed

+311
-815
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"devDependencies": {
4242
"bs-platform": "^7.2.0",
4343
"husky": "^1.3.0",
44-
"lint-staged": "^8.1.0",
44+
"lint-staged": "^10.1.1",
4545
"npmpub": "^5.0.0",
4646
"prettier": "^1.18.0",
4747
"reason-react": "^0.7.0",
@@ -53,12 +53,10 @@
5353
},
5454
"lint-staged": {
5555
"*.{md,json,js,css}": [
56-
"prettier --write",
57-
"git add"
56+
"prettier --write"
5857
],
5958
"*.{re,rei}": [
60-
"bsrefmt --in-place",
61-
"git add"
59+
"bsrefmt --in-place"
6260
]
6361
},
6462
"husky": {

0 commit comments

Comments
 (0)