Skip to content

Commit b151936

Browse files
authored
chore(lint): fix prettier's lint-fix (#1488)
1 parent 536f556 commit b151936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dev": "nuxt demo",
3333
"heroku-postbuild": "nuxt build demo",
3434
"lint": "eslint --ext .ts,.js,.vue . && prettier --check .",
35-
"lint-fix": "yarn lint --fix && prettier --write",
35+
"lint-fix": "eslint --ext .ts,.js,.vue --fix . && prettier --write .",
3636
"release": "yarn build && standard-version && git push --follow-tags && npm publish",
3737
"start": "nuxt start demo",
3838
"test": "yarn lint && jest"

0 commit comments

Comments
 (0)