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 e471ee0 commit 40867b4Copy full SHA for 40867b4
2 files changed
package.json
@@ -41,7 +41,7 @@
41
"devDependencies": {
42
"bs-platform": "^7.0.1",
43
"husky": "^3.1.0",
44
- "lint-staged": "^9.5.0",
+ "lint-staged": "^10.1.1",
45
"npmpub": "^5.0.0",
46
"prettier": "^1.19.1"
47
},
@@ -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