Skip to content

Commit 17e5e30

Browse files
Copilotpchalupa
andcommitted
chore: add --fix flag to lint:fix script
Co-authored-by: pchalupa <[email protected]>
1 parent 7d455fa commit 17e5e30

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

0 commit comments

Comments
 (0)