build(pre-commit): fixing eslint for windows

This commit is contained in:
2025-03-13 02:30:45 +01:00
parent df8d0a65d3
commit 7db7cad18f

View File

@@ -64,7 +64,7 @@
}, },
"lint-staged": { "lint-staged": {
"package.json": "finepack", "package.json": "finepack",
"*.{js,ts,jsx,tsx}": "eslint --cache --fix . || true", "*.{js,ts,jsx,tsx}": "(eslint --cache --fix .) || true",
"*.{js,ts,jsx,tsx,json,css,md}": "prettier --write" "*.{js,ts,jsx,tsx,json,css,md}": "prettier --write"
}, },
"type": "module" "type": "module"