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 4cd548a commit 5381853Copy full SHA for 5381853
package.json
@@ -39,7 +39,7 @@
39
"react-native-linear-gradient": "2.5.6",
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,17 +51,15 @@
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": {
63
"hooks": {
64
"pre-commit": "lint-staged"
65
}
66
67
-}
+}
0 commit comments