Skip to content

Commit 2d618da

Browse files
committed
lint with concurrency
1 parent 833d5dc commit 2d618da

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
@@ -30,7 +30,7 @@
3030
"test:e2e:run": "npm run test:e2e:run --silent --prefix playground",
3131
"setup": "node ./epicshop/setup.js",
3232
"setup:custom": "node ./epicshop/setup-custom.js",
33-
"lint": "eslint .",
33+
"lint": "eslint . --concurrency=auto",
3434
"format": "prettier --write .",
3535
"typecheck": "tsc -b",
3636
"validate:all": "npm-run-all --parallel --print-label --print-name --continue-on-error test:all lint typecheck"

0 commit comments

Comments
 (0)