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 604a194 commit 7636277Copy full SHA for 7636277
2 files changed
package.json
@@ -37,7 +37,7 @@
37
"devDependencies": {
38
"bs-platform": "^7.0.1",
39
"husky": "^3.1.0",
40
- "lint-staged": "^9.5.0",
+ "lint-staged": "^10.1.1",
41
"npmpub": "^5.0.0",
42
"prettier": "^1.19.1"
43
},
@@ -47,12 +47,10 @@
47
48
"lint-staged": {
49
"*.{md,json,js,css}": [
50
- "prettier --write",
51
- "git add"
+ "prettier --write"
52
],
53
"*.{re,rei}": [
54
- "bsrefmt --in-place",
55
+ "bsrefmt --in-place"
56
]
57
58
"husky": {
0 commit comments