Skip to content

Commit 6569b21

Browse files
Guillaume Chauiksim
Guillaume Chau
authored and
iksim
committed
chore: better lint script
1 parent 2da364b commit 6569b21

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
@@ -8,7 +8,7 @@
88
"dev:shell": "cd shells/dev && webpack-dev-server --inline --hot --no-info",
99
"dev:chrome": "cd shells/chrome && webpack --watch --hide-modules",
1010
"dev:chrome:prod": "cd shells/chrome && cross-env NODE_ENV=production webpack --watch --hide-modules",
11-
"lint": "eslint src --ext=js,vue && eslint shells/chrome/src && eslint shells/dev/src && eslint shells/electron/src",
11+
"lint": "eslint --ext=js,vue src shells/chrome/src shells/dev/src shells/electron/src",
1212
"build": "cd shells/chrome && cross-env NODE_ENV=production webpack --progress --hide-modules",
1313
"run:firefox": "web-ext run -s shells/chrome -a dist -i src",
1414
"zip": "npm run zip:chrome && npm run zip:firefox",

0 commit comments

Comments
 (0)