We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01659ff commit e6c5939Copy full SHA for e6c5939
.github/workflows/build.yml
@@ -9,7 +9,6 @@ jobs:
9
strategy:
10
matrix:
11
node-version:
12
- - 8.x
13
- 10.x
14
- 12.x
15
package.json
@@ -39,7 +39,7 @@
39
"@react-native-community/viewpager":"~3.3.0",
40
"bs-platform": "^5.2.0",
41
"husky": "^1.3.0",
42
- "lint-staged": "^8.1.0",
+ "lint-staged": "^10.1.1",
43
"npmpub": "^5.0.0",
44
"prettier": "^1.18.0",
45
"reason-react": "0.7.0",
@@ -51,12 +51,10 @@
51
},
52
"lint-staged": {
53
"*.{md,json,js,css}": [
54
- "prettier --write",
55
- "git add"
+ "prettier --write"
56
],
57
"*.{re,rei}": [
58
- "bsrefmt --in-place",
59
+ "bsrefmt --in-place"
60
]
61
62
"husky": {
0 commit comments