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 0711d11 commit f89e776Copy full SHA for f89e776
2 files changed
package.json
@@ -40,7 +40,7 @@
40
"devDependencies": {
41
"bs-platform": "^7.0.1",
42
"husky": "^3.1.0",
43
- "lint-staged": "^9.5.0",
+ "lint-staged": "^10.1.1",
44
"npmpub": "^5.0.0",
45
"prettier": "^1.19.1"
46
},
@@ -50,12 +50,10 @@
50
51
"lint-staged": {
52
"*.{md,json,js,css}": [
53
- "prettier --write",
54
- "git add"
+ "prettier --write"
55
],
56
"*.{re,rei}": [
57
- "bsrefmt --in-place",
58
+ "bsrefmt --in-place"
59
]
60
61
"husky": {
0 commit comments