Skip to content

Commit ea3edc7

Browse files
chore(deps-dev): bump lint-staged from 9.5.0 to 10.0.1 (#767)
1 parent 133430c commit ea3edc7

File tree

2 files changed

+158
-160
lines changed

2 files changed

+158
-160
lines changed

package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"jest": "^24.7.1",
4646
"jmespath": "^0.15.0",
4747
"lerna": "3.20.2",
48-
"lint-staged": "^9.0.0",
48+
"lint-staged": "^10.0.1",
4949
"prettier": "1.19.1",
5050
"typescript": "^3.7.0",
5151
"yarn": "1.21.1"
@@ -67,9 +67,6 @@
6767
}
6868
},
6969
"lint-staged": {
70-
"**/*.{ts,js,md,json}": [
71-
"prettier --write",
72-
"git add"
73-
]
70+
"**/*.{ts,js,md,json}": "prettier --write"
7471
}
7572
}

0 commit comments

Comments
 (0)