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 0e12811 commit 32335f7Copy full SHA for 32335f7
2 files changed
package.json
@@ -27,7 +27,7 @@
27
"devDependencies": {
28
"bs-platform": "^7.0.0",
29
"husky": "^1.3.0",
30
- "lint-staged": "^8.1.0",
+ "lint-staged": "^10.1.1",
31
"npmpub": "^5.0.0",
32
"prettier": "^1.18.0"
33
},
@@ -45,12 +45,10 @@
45
46
"lint-staged": {
47
"*.{md,json,js,css}": [
48
- "prettier --write",
49
- "git add"
+ "prettier --write"
50
],
51
"*.{re,rei}": [
52
- "bsrefmt --in-place",
53
+ "bsrefmt --in-place"
54
]
55
56
"husky": {
@@ -59,4 +57,3 @@
59
57
}
60
58
61
62
-
0 commit comments