We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833d5dc commit 2d618daCopy full SHA for 2d618da
package.json
@@ -30,7 +30,7 @@
30
"test:e2e:run": "npm run test:e2e:run --silent --prefix playground",
31
"setup": "node ./epicshop/setup.js",
32
"setup:custom": "node ./epicshop/setup-custom.js",
33
- "lint": "eslint .",
+ "lint": "eslint . --concurrency=auto",
34
"format": "prettier --write .",
35
"typecheck": "tsc -b",
36
"validate:all": "npm-run-all --parallel --print-label --print-name --continue-on-error test:all lint typecheck"
0 commit comments