Skip to content

Commit 727161b

Browse files
authored
Merge pull request #51 from strvcom/copilot/sub-pr-48
2 parents 508830a + 17e5e30 commit 727161b

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)