Skip to content

Commit e6c5939

Browse files
committed
[security] update lint-staged
1 parent 01659ff commit e6c5939

File tree

3 files changed

+533
-907
lines changed

3 files changed

+533
-907
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
strategy:
1010
matrix:
1111
node-version:
12-
- 8.x
1312
- 10.x
1413
- 12.x
1514

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@react-native-community/viewpager":"~3.3.0",
4040
"bs-platform": "^5.2.0",
4141
"husky": "^1.3.0",
42-
"lint-staged": "^8.1.0",
42+
"lint-staged": "^10.1.1",
4343
"npmpub": "^5.0.0",
4444
"prettier": "^1.18.0",
4545
"reason-react": "0.7.0",
@@ -51,12 +51,10 @@
5151
},
5252
"lint-staged": {
5353
"*.{md,json,js,css}": [
54-
"prettier --write",
55-
"git add"
54+
"prettier --write"
5655
],
5756
"*.{re,rei}": [
58-
"bsrefmt --in-place",
59-
"git add"
57+
"bsrefmt --in-place"
6058
]
6159
},
6260
"husky": {

0 commit comments

Comments
 (0)