Skip to content

Commit 3482fa2

Browse files
fiskergreenkeeper[bot]
authored andcommitted
chore: update lint-staged to v10 (#154)
* chore(package): update lint-staged to version 10.0.3 * chore(package): update lockfile package-lock.json * chore: fix `lint-staged` config Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
1 parent abf99c9 commit 3482fa2

File tree

2 files changed

+121
-54
lines changed

2 files changed

+121
-54
lines changed

package-lock.json

+117-47
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-7
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,13 @@
4646
},
4747
"lint-staged": {
4848
"*.js": [
49-
"eslint --fix",
50-
"git add"
49+
"eslint --fix"
5150
],
5251
"*.ts": [
53-
"prettier --write",
54-
"git add"
52+
"prettier --write"
5553
],
5654
"package.json": [
57-
"node cli.js",
58-
"git add"
55+
"node cli.js"
5956
]
6057
},
6158
"prettier": {
@@ -95,7 +92,7 @@
9592
"eslint-plugin-promise": "^4.2.1",
9693
"eslint-plugin-standard": "^4.0.1",
9794
"husky": "^4.0.2",
98-
"lint-staged": "^9.5.0",
95+
"lint-staged": "^10.0.3",
9996
"make-dir": "3.0.0",
10097
"nyc": "^15.0.0",
10198
"prettier": "^1.19.1",

0 commit comments

Comments
 (0)