Skip to content

Commit b2d5814

Browse files
authored
Merge branch 'dev' into renovate/all-minor-patch
2 parents 9a00b81 + 58ba707 commit b2d5814

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,7 @@
8484
},
8585
"lint-staged": {
8686
"*{.js,.md,.vue}": "eslint --ext",
87-
"**/*.{js,json,md,scss,ts,vue}": [
88-
"prettier --write",
89-
"git add"
90-
]
87+
"**/*.{js,json,md,scss,ts,vue}": "prettier --write"
9188
},
9289
"dependencies": {
9390
"@nuxt/opencollective": "^0.3.0",

0 commit comments

Comments
 (0)