Skip to content

Commit 33845f7

Browse files
Copilotpchalupa
andcommitted
chore: enable cache flag for eslint scripts
Co-authored-by: pchalupa <[email protected]>
1 parent 8d0a2af commit 33845f7

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)