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 4ea5401 commit 73f73e5Copy full SHA for 73f73e5
package.json
@@ -41,7 +41,7 @@
41
"devDependencies": {
42
"bs-platform": "^7.2.0",
43
"husky": "^1.3.0",
44
- "lint-staged": "^8.1.0",
+ "lint-staged": "^10.1.1",
45
"npmpub": "^5.0.0",
46
"prettier": "^1.18.0",
47
"reason-react": "^0.7.0",
@@ -53,12 +53,10 @@
53
},
54
"lint-staged": {
55
"*.{md,json,js,css}": [
56
- "prettier --write",
57
- "git add"
+ "prettier --write"
58
],
59
"*.{re,rei}": [
60
- "bsrefmt --in-place",
61
+ "bsrefmt --in-place"
62
]
63
64
"husky": {
0 commit comments