Skip to content

Commit 3375127

Browse files
authored
Merge pull request #49 from strvcom/copilot/sub-pr-48
2 parents 0e1b564 + 6894283 commit 3375127

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/eslint/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ runs:
1414
1515
- name: Run ESLint
1616
shell: bash
17-
run: pnpm lint --max-warnings=0 --cache
17+
run: pnpm lint --max-warnings=0 --cache --concurrency=2

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"clean:folders": "rm -rf ios && rm -rf android",
1818
"format:check": "prettier --check '**/*.{ts,tsx,md,json}'",
1919
"format:fix": "prettier --write '**/*.{ts,tsx,md,json}'",
20-
"lint": "eslint",
20+
"lint": "eslint --concurrency=auto",
2121
"spellcheck": "cspell --no-progress --gitignore **/*.{js,ts,tsx,json,md}",
2222
"test": "pnpm jest",
23-
"lint:fix": "eslint",
23+
"lint:fix": "eslint --concurrency=auto",
2424
"type:check": "tsc",
2525
"preinstall": "npx only-allow pnpm"
2626
},

0 commit comments

Comments
 (0)