Skip to content

Commit 34b3a0b

Browse files
author
Walker Leite
committed
fix(template): fix package lint command
1 parent 4deda51 commit 34b3a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"node": ">=8.9.4"
77
},
88
"scripts": {
9-
"lint": "eslint .",
9+
"lint": "npx eslint --ext vue,js .",
1010
"dev": "gulp serve",
1111
"build": "gulp build --production",
1212
"afterbuild": "cd build && npm install --production",

0 commit comments

Comments
 (0)