Skip to content

Commit c0d3585

Browse files
Brendan Mulhollandbmulholland
authored andcommitted
chore(lint): prettier lint for non-vue files
1 parent f4d0554 commit c0d3585

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"bump-next": "jiti ./scripts/bump-next",
3232
"dev": "nuxt demo",
3333
"heroku-postbuild": "nuxt build demo",
34-
"lint": "eslint --ext .ts,.js,.vue .",
35-
"lint-fix": "yarn lint --fix",
34+
"lint": "eslint --ext .ts,.js,.vue . && prettier --check .",
35+
"lint-fix": "yarn lint --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)