Skip to content

Commit 508830a

Browse files
authored
Merge pull request #50 from strvcom/copilot/sub-pr-48
2 parents 3375127 + 33845f7 commit 508830a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 --concurrency=auto",
20+
"lint": "eslint --cache --concurrency=auto",
2121
"spellcheck": "cspell --no-progress --gitignore **/*.{js,ts,tsx,json,md}",
2222
"test": "pnpm jest",
23-
"lint:fix": "eslint --concurrency=auto",
23+
"lint:fix": "eslint --cache --concurrency=auto",
2424
"type:check": "tsc",
2525
"preinstall": "npx only-allow pnpm"
2626
},

0 commit comments

Comments
 (0)